From fc02cab76957e5b8b5d1872f41445d5a4dfc293f Mon Sep 17 00:00:00 2001 From: Rafael Vargas Date: Wed, 22 Mar 2023 22:09:03 -0300 Subject: [PATCH] Changing default settings --- Config/Configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Configs.py b/Config/Configs.py index 8512613..682d251 100644 --- a/Config/Configs.py +++ b/Config/Configs.py @@ -12,7 +12,7 @@ def __init__(self) -> None: # Recommended to be True, except in cases when your Bot is present in thousands servers, in that case # the delay to start a new Python process for the playback is too much, and to avoid that you set as False # This feature is for now in testing period, for a more stable version, keep this boolean = True - self.SONG_PLAYBACK_IN_SEPARATE_PROCESS = False + self.SONG_PLAYBACK_IN_SEPARATE_PROCESS = True # Maximum of songs that will be downloaded at once, the higher this number is, the faster the songs will be all available # but the slower will be the others commands of the Bot during the downloading time, for example, the playback quality self.MAX_DOWNLOAD_SONGS_AT_A_TIME = 5