chore(xo-server/config/remoteOptions.timeout): add comment

This commit is contained in:
Julien Fontanet 2018-12-03 17:50:22 +01:00
parent 6f6f463592
commit 3967bfa099

View File

@ -45,6 +45,7 @@
"remoteOptions": {
"mountsDir": "/run/xo-server/mounts",
// timeout in milliseconds (set to 0 to disable)
"timeout": 600e3
},