add balance
This commit is contained in:
+6
-6
@@ -26,12 +26,12 @@ class Settings(BaseSettings):
|
||||
VIEWPORT_HEIGHT: int = 768
|
||||
|
||||
# Default values
|
||||
DEFAULT_MIN_DELAY: int = 10
|
||||
DEFAULT_MAX_DELAY: int = 30
|
||||
DEFAULT_MIN_READING: int = 10
|
||||
DEFAULT_MAX_READING: int = 30
|
||||
DEFAULT_MONITOR_MINUTES: int = 10
|
||||
DEFAULT_VISITS_PER_LINK: int = 5
|
||||
DEFAULT_MIN_DELAY: int = 30
|
||||
DEFAULT_MAX_DELAY: int = 60
|
||||
DEFAULT_MIN_READING: int = 45
|
||||
DEFAULT_MAX_READING: int = 90
|
||||
DEFAULT_VISITS_PER_LINK: int = 2
|
||||
DEFAULT_MONITOR_MINUTES: int = 60
|
||||
MTPROTO_SECRET: str = "00000000000000000000000000000000"
|
||||
# Timing
|
||||
MAX_REDIRECT_WAIT: int = 30
|
||||
|
||||
Reference in New Issue
Block a user