Просмотр исходного кода

Removing fullcrashdump switch

to avoid filling the entire disk space because of a crash loop... (1GB crash log is kinda too much, when server restarts automatically in a few minutes you can crash the machine by filling all free space)
®omano 5 лет назад
Родитель
Сommit
6fd59cd6f8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules/config_games/server_configs/postscriptum_linux64.xml

+ 1 - 1
modules/config_games/server_configs/postscriptum_linux64.xml

@@ -5,7 +5,7 @@
   <installer>steamcmd</installer>
   <game_name>Post Scriptum</game_name>
   <server_exec_name>PostScriptumServer</server_exec_name>
-  <cli_template>%PORT% %QUERY_PORT% %IP% -fullcrashdump -log</cli_template>
+  <cli_template>%PORT% %QUERY_PORT% %IP% -log</cli_template>
   <cli_params>
     <cli_param id="IP" cli_string="MultiHome=" />
     <cli_param id="PORT" cli_string="Port=" />