diff --git a/.gitignore b/.gitignore index 2875098..5e11809 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -.venv -.idea -config.cfg \ No newline at end of file +venv/ +.idea/ +/config.cfg \ No newline at end of file diff --git a/config_base.cfg b/config_base.cfg index 4c09d27..9dc4091 100644 --- a/config_base.cfg +++ b/config_base.cfg @@ -8,4 +8,4 @@ BASE_URL = https://www.orsr.sk/ ENDPOINT = hladaj_zmeny.asp [APP] -THREADS = 32 \ No newline at end of file +THREADS = 8 \ No newline at end of file