mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
25 lines
916 B
INI
25 lines
916 B
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.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.objects.autosync.threads=8
|
|
dhfs.objects.autosync.download-all=false
|
|
dhfs.objects.move-processor.threads=8
|
|
dhfs.objects.ref-processor.threads=8
|
|
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
|