From d0db7995c023f5aafc462e4cdd061adea602ee7b Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 29 Apr 2021 12:25:16 +0300 Subject: [PATCH] include check_permissions_on_boot --- wings/1.0/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wings/1.0/configuration.md b/wings/1.0/configuration.md index c73a0146..b1f0f411 100644 --- a/wings/1.0/configuration.md +++ b/wings/1.0/configuration.md @@ -97,4 +97,5 @@ More commonly discussed values. View all Wings config values and explanations in | websocket_log_count | 150 | The number of lines to display in the console | | detect_clean_exit_as_crash | true | Mark server as crashed if it's stopped without user interaction, e.g., not pressing stop button | | (crash detection) timeout | 60 | Timeout between server crashes that will not cause the server to be automatically restarted | -| app_name | "Pterodactyl" | Changes the name of the daemon, shown in the panel's game console | +| app_name | "Pterodactyl" | Changes the name of the daemon, shown in the panel's game console | +| check_permissions_on_boot | true | Check all file permissions on each boot. Disable this when you have a very large amount of files and the server startup is hanging on checking permissions|