make peerdiscovery interval less

This commit is contained in:
2024-07-06 18:16:12 +02:00
parent 9ed53b72eb
commit a3e2be395e

View File

@@ -2,7 +2,7 @@ quarkus.grpc.server.use-separate-server=false
dhfs.objects.persistence.files.root=${HOME}/dhfs_data/dhfs_root
dhfs.objects.distributed.root=${HOME}/dhfs_data/dhfs_root_d
dhfs.objects.distributed.peerdiscovery.port=42069
dhfs.objects.distributed.peerdiscovery.interval=10000
dhfs.objects.distributed.peerdiscovery.interval=1000
dhfs.objects.distributed.peersync.timeout=5
dhfs.objects.distributed.sync.timeout=30
dhfs.objects.distributed.sync.ping.timeout=5