fix: delta calculation

This commit is contained in:
Timo Kösters 2021-08-14 19:07:50 +02:00
parent 3cf0145bc5
commit 38effda799
No known key found for this signature in database
GPG key ID: 356E705610F626D5
2 changed files with 21 additions and 3 deletions

View file

@ -108,7 +108,7 @@ fn default_db_cache_capacity_mb() -> f64 {
}
fn default_sqlite_wal_clean_second_interval() -> u32 {
15 * 60 // every 15 minutes
1 * 60 // every minute
}
fn default_max_request_size() -> u32 {