Spaces:
Running
Running
Raise max shard cap to 15 in crawler config
Browse files- crawler/config.py +1 -1
crawler/config.py
CHANGED
|
@@ -6,7 +6,7 @@ from pathlib import Path
|
|
| 6 |
NORMAL_TOTAL_WORKERS = 12
|
| 7 |
SUPER_TOTAL_WORKERS = 24
|
| 8 |
MAX_SHARD_ROWS = 15_000
|
| 9 |
-
MAX_SHARDS =
|
| 10 |
|
| 11 |
|
| 12 |
def validate_total_workers(total_workers: int) -> int:
|
|
|
|
| 6 |
NORMAL_TOTAL_WORKERS = 12
|
| 7 |
SUPER_TOTAL_WORKERS = 24
|
| 8 |
MAX_SHARD_ROWS = 15_000
|
| 9 |
+
MAX_SHARDS = 15
|
| 10 |
|
| 11 |
|
| 12 |
def validate_total_workers(total_workers: int) -> int:
|