-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathadvancedconfig.json
37 lines (37 loc) · 1.51 KB
/
advancedconfig.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
{
"_disclaimer_": "This file includes only advanced settings! Please only use the 'config.json' for setup and ignore this file if you are new!",
"_help_": "Read the docs: https://github.com/3urobeat/steam-comment-service-bot/blob/master/docs/wiki/advancedconfig_doc.md",
"disableAutoUpdate": false,
"disablePluginsAutoUpdate": false,
"dummy0": "------------------- Login Settings: -------------------",
"loginDelay": 2500,
"loginTimeout": 60000,
"loginRetryTimeout": 30000,
"relogTimeout": 900000,
"maxLogOnRetries": 1,
"useLocalIP": true,
"enableRelogOnLogOnSessionReplaced": true,
"dummy1": "------------------- General Settings: -------------------",
"acceptFriendRequests": true,
"forceFriendlistSpaceTime": 4,
"setPrimaryGroup": false,
"onlineStatus": "Online",
"childAccOnlineStatus": "Online",
"blockPluginLoadOnMismatchedBotVersion": false,
"dummy2": "------------------- Request Settings: -------------------",
"commandCooldown": 12000,
"restrictAdditionalCommandsToOwners": [],
"retryFailedComments": false,
"retryFailedCommentsDelay": 300000,
"retryFailedCommentsAttempts": 1,
"requestsIpCooldownPenalty": 300000,
"lastQuotesSize": 5,
"dummy3": "------------------- Debug Settings: -------------------",
"enableevalcmd": false,
"disableSendingRequests": false,
"printDebug": false,
"steamUserDebug": false,
"steamUserDebugVerbose": false,
"steamSessionDebug": false,
"logAnimationSpeed": 250
}