1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00

fix: delta calculation

This commit is contained in:
Timo Kösters 2021-08-14 19:07:50 +02:00 committed by Jonas Zohren
parent 87f5f17134
commit b02e4bf46c
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 {