Skip to content

Commit f401e03

Browse files
author
Tahira Ullah
committed
max input geometries extended to 10
1 parent 8a1326f commit f401e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/mapswipe_workers/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
LOGGING_FILE_PATH = os.path.join(DATA_PATH, "mapswipe_workers.log")
1414

1515
# number of geometries for project geometries
16-
MAX_INPUT_GEOMETRIES = 2
16+
MAX_INPUT_GEOMETRIES = 10
1717

1818
LOGGING_CONFIG = {
1919
"version": 1,

0 commit comments

Comments
 (0)