mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
add support for delayed quota update
If there are a lot of close uploads, accumulating quota updates can save you many queries to the data provider
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
"connection_string": "",
|
||||
"sql_tables_prefix": "",
|
||||
"track_quota": 2,
|
||||
"delayed_quota_update": 0,
|
||||
"pool_size": 0,
|
||||
"users_base_dir": "",
|
||||
"actions": {
|
||||
|
||||
Reference in New Issue
Block a user