fix pii #175

Merged
ahuston-0 merged 1 commits from feature/pii into main 2026-01-16 18:08:39 -05:00
Showing only changes of commit ccff72ace2 - Show all commits

View File

@@ -23,7 +23,7 @@ let
STOP_DURATION = "600";
SYNC_CHUNK_WRITES = "false";
USE_AIKAR_FLAGS = "true";
MEMORY = "12GB";
MEMORY = "12G";
ALLOW_FLIGHT = "true";
MAX_TICK_TIME = "-1";
ENABLE_RCON = "true";
@@ -94,6 +94,10 @@ in
USE_MEOWICE_GRAALVM_FLAGS = "true";
DIFFICULTY = "hard";
ENABLE_COMMAND_BLOCK = "true";
MODRINTH_FORCE_SYNCHRONIZE = "true";
MODRINTH_FORCE_INCLUDE_FILES = ''
emi
'';
};
extraOptions = defaultOptions;
log-driver = "local";