-
Notifications
You must be signed in to change notification settings - Fork 75
/
testLightyControllerConfig.json
71 lines (71 loc) · 2.8 KB
/
testLightyControllerConfig.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"controller": {
"restoreDirectoryPath": "./clustered-datastore-restore",
"maxDataBrokerFutureCallbackQueueSize": 1000,
"maxDataBrokerFutureCallbackPoolSize": 10,
"metricCaptureEnabled": false,
"mailboxCapacity": 1000,
"moduleShardsConfig": "module-shards.conf",
"modulesConfig": "modules.conf",
"domNotificationRouterConfig": {
"queueDepth": 65536,
"spinTime": 0,
"parkTime": 0,
"unit": "MILLISECONDS"
},
"actorSystemConfig": {
"akkaConfigPath": "singlenode/akka-default.conf",
"factoryAkkaConfigPath": "singlenode/factory-akka-default.conf"
},
"configurationDatastoreContext" : {
"shardTransactionIdleTimeout": 100,
"operationTimeoutInMillis": 50000,
"shardTransactionCommitTimeoutInSeconds": 300,
"shardJournalRecoveryLogBatchSize": 10,
"shardSnapshotBatchCount": 200000,
"shardSnapshotDataThresholdPercentage": 15,
"shardHeartbeatIntervalInMillis": 5000,
"shardTransactionCommitQueueCapacity": 500000,
"shardInitializationTimeout": 3000000,
"shardLeaderElectionTimeout": 300000,
"persistent": false,
"shardBatchedModificationCount": 10000,
"shardCommitQueueExpiryTimeoutInMillis": 1200000,
"transactionDebugContextEnabled": true,
"maximumMessageSliceSize": 2048001,
"fileBackedStreamingThresholdInMegabytes": 129,
"syncIndexThreshold": 11,
"backendAlivenessTimerIntervalInSeconds": 31,
"frontendRequestTimeoutInSeconds": 121,
"frontendNoProgressTimeoutInSeconds": 901
},
"operationalDatastoreContext" : {
"shardTransactionIdleTimeout": -100,
"operationTimeoutInMillis": -50000,
"shardTransactionCommitTimeoutInSeconds": -300,
"shardJournalRecoveryLogBatchSize": -10,
"shardSnapshotBatchCount": -200000,
"shardSnapshotDataThresholdPercentage": 18,
"shardHeartbeatIntervalInMillis": -5000,
"shardTransactionCommitQueueCapacity": -500000,
"shardInitializationTimeout": -3000000,
"shardLeaderElectionTimeout": -300000,
"persistent": true,
"shardBatchedModificationCount": -10000,
"shardCommitQueueExpiryTimeoutInMillis": -1200000,
"transactionDebugContextEnabled": false,
"maximumMessageSliceSize": 2048002,
"fileBackedStreamingThresholdInMegabytes": 130,
"syncIndexThreshold": 12,
"backendAlivenessTimerIntervalInSeconds": 32,
"frontendRequestTimeoutInSeconds": 122,
"frontendNoProgressTimeoutInSeconds": 902
},
"schemaServiceConfig": {
"topLevelModels": [
{"name": "network-topology", "revision": "2013-10-21", "nameSpace": "urn:TBD:params:xml:ns:yang:network-topology"},
{"name": "ietf-restconf", "revision": "2017-01-26", "nameSpace": "urn:ietf:params:xml:ns:yang:ietf-restconf"}
]
}
}
}