-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClientOptions.json
More file actions
37 lines (37 loc) · 1.21 KB
/
ClientOptions.json
File metadata and controls
37 lines (37 loc) · 1.21 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
37
{
"ClientType" : "TCP",
"Diagnostics" : "Disabled",
"_comment": "Next 2 settings must match server settings",
"FifoDirectoryName" : "../Fifos",
"AcceptorBaseName" : "Acceptor",
"SourceName" : "data/requests.log",
"OutputFileName" : "",
"InstrumentationFn" : "",
"_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 server settings",
"EncryptorType" : "CRYPTOSODIUM",
"doEncrypt" : true,
"BufferSize" : 3000000,
"Timing" : true,
"RunLoop" : true,
"_comment": "0 for unlimited if RunLoop is true",
"MaxNumberTasks" : 0,
"HeartbeatEnabled" : true,
"_comment": "below in milliseconds",
"HeartbeatPeriod" : 15000,
"_comment": "increased for simultaneous start of many clients",
"HeartbeatTimeout" : 10000,
"_comment": "Next 2 settings must match server settings",
"ServerAddress" : "127.0.0.1",
"TcpPort" : 49150,
"NumberRepeatENXIO" : 200,
"SetPipeSize" : true,
"PipeSize" : 1000000,
"_comment": "one of TRACE, DEBUG, INFO, WARN, EXPECTED, ERROR, ALWAYS",
"LogThreshold" : "INFO",
"PrintHeader" : false
}