From 77efb80a12f06877cffd462c78d7046c80986584 Mon Sep 17 00:00:00 2001 From: slawkens Date: Wed, 15 May 2024 22:20:31 +0200 Subject: [PATCH] Update config.php --- config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 26658ee9..e42e5d09 100644 --- a/config.php +++ b/config.php @@ -270,7 +270,7 @@ $config = array( 'status_enabled' => true, // you can disable status checking by settings this to "false" 'status_ip' => '127.0.0.1', 'status_port' => '', - 'status_timeout' => 1.0, // how long to wait for the initial response from the server (default: 2 seconds) + 'status_timeout' => 1.0, // how long to wait for the initial response from the server (default: 1 second) // how often to connect to server and update status (default: every minute) // if your status timeout in config.lua is bigger, that it will be used instead @@ -290,12 +290,12 @@ $config = array( 'footer_show_load_time' => true, // display load time of the page in the footer 'npc' => array(), - + // character name blocked 'character_name_blocked' => array( 'prefix' => array(), 'names' => array(), 'words' => array(), ), - + );