Skip to content

Commit b6f94d5

Browse files
committed
typo
1 parent 88fe5e9 commit b6f94d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

server/touchterrain_config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
NUM_CORES = 0 # 0 means: use all cores
1212
if SERVER_TYPE == "paste": NUM_CORES = 1 # 1 means don't use multi-core at all
1313

14+
15+
# limits for ISU server (Mar. 2019)
16+
1417
# for STL/OBJ don't even start with a DEM bigger than that number. GeoTiff export is this * 50!
1518
MAX_CELLS_PERMITED = 1000 * 1000 * 0.4
1619

@@ -23,5 +26,3 @@
2326

2427
# Overrides
2528
#MAX_CELLS = 0 # CH: test to force using tempfiles
26-
~
27-
~

0 commit comments

Comments
 (0)