mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
31 lines
1.1 KiB
INI
31 lines
1.1 KiB
INI
quarkus.grpc.server.use-separate-server=false
|
|
dhfs.objects.peerdiscovery.interval=4s
|
|
dhfs.objects.sync.timeout=30
|
|
dhfs.objects.sync.ping.timeout=5
|
|
dhfs.objects.invalidation.threads=16
|
|
dhfs.objects.invalidation.delay=1000
|
|
dhfs.objects.reconnect_interval=5s
|
|
dhfs.objects.write_log=false
|
|
dhfs.objects.periodic-push-op-interval=5m
|
|
dhfs.fuse.root=${HOME}/dhfs_default/fuse
|
|
dhfs.objects.persistence.stuff.root=${HOME}/dhfs_default/data/stuff
|
|
dhfs.fuse.debug=false
|
|
dhfs.fuse.enabled=true
|
|
dhfs.files.allow_recursive_delete=false
|
|
dhfs.objects.deletion.delay=1000
|
|
dhfs.objects.deletion.can-delete-retry-delay=10000
|
|
dhfs.objects.ref_verification=true
|
|
dhfs.files.use_hash_for_chunks=false
|
|
dhfs.objects.autosync.threads=16
|
|
dhfs.objects.autosync.download-all=false
|
|
dhfs.objects.move-processor.threads=16
|
|
dhfs.objects.ref-processor.threads=16
|
|
dhfs.objects.opsender.batch-size=100
|
|
dhfs.objects.lock_timeout_secs=2
|
|
dhfs.local-discovery=true
|
|
dhfs.peerdiscovery.timeout=10000
|
|
quarkus.log.category."com.usatiuk".min-level=TRACE
|
|
quarkus.log.category."com.usatiuk".level=TRACE
|
|
quarkus.http.insecure-requests=enabled
|
|
quarkus.http.ssl.client-auth=required
|