Update pages/News_Scrapping.py
Browse files- pages/News_Scrapping.py +2 -2
pages/News_Scrapping.py
CHANGED
@@ -176,8 +176,8 @@ data_processed = False
|
|
176 |
## ............................................... ##
|
177 |
# Create a custom configuration
|
178 |
config = Config()
|
179 |
-
config.number_threads =
|
180 |
-
config.request_timeout =
|
181 |
|
182 |
## ............................................... ##
|
183 |
# Initialize the DataFrame
|
|
|
176 |
## ............................................... ##
|
177 |
# Create a custom configuration
|
178 |
config = Config()
|
179 |
+
config.number_threads = 500
|
180 |
+
config.request_timeout = 10
|
181 |
|
182 |
## ............................................... ##
|
183 |
# Initialize the DataFrame
|