optimize syncing

This commit is contained in:
vanhauser-thc
2024-06-05 09:20:30 +02:00
parent 2d9b793dbb
commit 2806d6be2f
2 changed files with 11 additions and 20 deletions

View File

@ -324,9 +324,9 @@
#define SYNC_INTERVAL 8
/* Sync time (minimum time between syncing in ms, time is halfed for -M main
nodes) - default is 30 minutes: */
nodes) - default is 20 minutes: */
#define SYNC_TIME (30 * 60 * 1000)
#define SYNC_TIME (20 * 60 * 1000)
/* Output directory reuse grace period (minutes): */