Make it more implementable

This commit is contained in:
2024-08-20 19:17:43 +08:00
parent 73b39a4fb5
commit 37c47f9839
6 changed files with 21 additions and 24 deletions

View File

@@ -30,7 +30,7 @@ access_token_duration = 300
refresh_token_duration = 2592000
[performance]
file_chunk_size = 5242880
file_chunk_size = 26214400
[database]
dsn = "host=localhost user=postgres password=password dbname=hy_paperclip port=5432 sslmode=disable"