-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServerOptions.json
More file actions
36 lines (36 loc) · 1.17 KB
/
ServerOptions.json
File metadata and controls
36 lines (36 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"AdsFileName" : "data/ads.txt",
"_comment": "any of SORTINPUT, NOSORTINPUT, ECHO",
"Policy" : "NOSORTINPUT",
"_comment": "0 for hardware_concurrency",
"NumberWorkThreads" : 0,
"_comment" : "LZ4, SNAPPY, ZSTD or anything for disabled",
"_comment" : "may differ for server and client",
"Compression" : "LZ4",
"_comment" : "Next is for ZSTD",
"CompressionLevel" : 3,
"_comment": "Next must match client settings",
"EncryptorType" : "CRYPTOSODIUM",
"doEncrypt" : true,
"BufferSize" : 3000000,
"Timing" : true,
"_comment": "Next 2 settings must match client settings",
"FifoDirectoryName" : "../Fifos",
"AcceptorBaseName" : "Acceptor",
"MaxTcpSessions" : 27,
"MaxFifoSessions" : 23,
"MaxTotalSessions" : 37,
"_comment": "Next 2 settings must match client settings",
"ServerAddress" : "127.0.0.1",
"TcpPort" : 49150,
"_comment": "Timeout in milliseconds",
"TcpTimeout" : 3000,
"_comment": "Using regex for some operations",
"UseRegex" : false,
"NumberRepeatENXIO" : 200,
"SetPipeSize" : true,
"PipeSize" : 1000000,
"_comment": "any of TRACE, DEBUG, INFO, WARN, EXPECTED, ERROR, ALWAYS",
"LogThreshold" : "INFO",
"PrintHeader" : false
}