forked from 3urobeat/steam-comment-service-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
advancedconfig.json
25 lines (25 loc) · 913 Bytes
/
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
{
"_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/HerrEurobeat/steam-comment-service-bot/wiki/Advanced-Config-Documentation",
"disableAutoUpdate": false,
"loginDelay": 2500,
"loginTimeout": 60000,
"relogTimeout": 30000,
"maxLogOnRetries": 1,
"useLocalIP": true,
"acceptFriendRequests": true,
"forceFriendlistSpaceTime": 4,
"setPrimaryGroup": false,
"commandCooldown": 12000,
"disableCommentCmd": false,
"retryFailedComments": false,
"retryFailedCommentsDelay": 300000,
"retryFailedCommentsAttempts": 1,
"lastQuotesSize": 5,
"enableevalcmd": false,
"enableurltocomment": false,
"printDebug": false,
"steamUserDebug": false,
"steamUserDebugVerbose": false,
"logAnimationSpeed": 250
}