diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-04 20:41:43 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-04 20:41:43 +0300 |
| commit | 6e28381de77265f8b6a24cdd9c583d1d27d8d7b2 (patch) | |
| tree | 4a960040204580999774bfffea23634c19d02c9c /default-config.json | |
| parent | 4155b95cce55e1176aecb1531b9c06344a2e81b5 (diff) | |
Playlist config limits
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default-config.json b/default-config.json index 40c3b11..4635f38 100644 --- a/default-config.json +++ b/default-config.json @@ -2,8 +2,9 @@ "channelName": "SyncTube", "maxLoginLength": 20, "maxMessageLength": 500, - "serverChatHistory": 30, - "videoLimit": 0, + "serverChatHistory": 50, + "totalVideoLimit": 0, + "userVideoLimit": 0, "leaderRequest": "everyone", "emotes": [ {"name": ":adorable:", "image": "https://i.imgur.com/5GxNwDY.png"}, |
