summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/server.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/server.conf b/conf/server.conf
index b751dbe..f748a4a 100644
--- a/conf/server.conf
+++ b/conf/server.conf
@@ -19,6 +19,16 @@ removeMissingImages=true
uplinkTimeout=1250
; timeout in ms for send/recv on connections to clients (using an image on this server)
clientTimeout=15000
+; set this to true to close handles of unused images after some timeout
+closeUnusedFd=false
+; set this to true to load files without the .r[0-9]+ extension too, assuming RID=1
+vmdkLegacyMode=false
+
+[limits]
+maxClients=2000
+maxImages=1000
+maxPayload=9M
+maxReplicationSize=150G
; Log related config
[logging]