Skip to content

Commit 3c35608

Browse files
authored
Proper section for misc parameters
1 parent f4315ce commit 3c35608

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/ConfigurationTemplate

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"position": 3
2020
}
2121
],
22-
"sessionLifeSpanInMinutes": 20,
2322
"system": [
2423
{
2524
"server": "",
@@ -82,5 +81,9 @@
8281
"switch",
8382
"throw",
8483
"while"
85-
]
84+
],
85+
"miscellaneous": {
86+
"sessionLifeSpanInMinutes": 20,
87+
"channelStatusUpdateIntervalInSeconds": 5
88+
}
8689
}

0 commit comments

Comments
 (0)