Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHarding committed Mar 12, 2019
1 parent 88fe5e9 commit b6f94d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/touchterrain_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
NUM_CORES = 0 # 0 means: use all cores
if SERVER_TYPE == "paste": NUM_CORES = 1 # 1 means don't use multi-core at all


# limits for ISU server (Mar. 2019)

# for STL/OBJ don't even start with a DEM bigger than that number. GeoTiff export is this * 50!
MAX_CELLS_PERMITED = 1000 * 1000 * 0.4

Expand All @@ -23,5 +26,3 @@

# Overrides
#MAX_CELLS = 0 # CH: test to force using tempfiles
~
~

0 comments on commit b6f94d5

Please sign in to comment.