[generator] Fix default NODE_STORAGE setting to 'map'

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-08-10 15:41:21 +07:00
parent 607191503c
commit c3d0689d8a
2 changed files with 1 additions and 2 deletions

View File

@@ -330,5 +330,4 @@ def init(default_settings_path: AnyStr):
PLANET_MD5_URL = (
"https://www.dropbox.com/s/8wdl2hy22jgisk5/planet-latest.o5m.md5?raw=1"
)
NODE_STORAGE = "map"
NEED_PLANET_UPDATE = False