|
@@ -42,7 +42,7 @@ const float pstats_target_frame_rate = config_pstats.GetFloat("pstats-target-fra
|
|
|
// The rest are different in that they directly control the server,
|
|
// The rest are different in that they directly control the server,
|
|
|
// not the client.
|
|
// not the client.
|
|
|
const bool pstats_scroll_mode = config_pstats.GetBool("pstats-scroll-mode", true);
|
|
const bool pstats_scroll_mode = config_pstats.GetBool("pstats-scroll-mode", true);
|
|
|
-const float pstats_history = config_pstats.GetFloat("pstats-history", 30.0);
|
|
|
|
|
|
|
+const float pstats_history = config_pstats.GetFloat("pstats-history", 60.0);
|
|
|
const bool pstats_threaded_write = config_pstats.GetBool("pstats-threaded-write", false);
|
|
const bool pstats_threaded_write = config_pstats.GetBool("pstats-threaded-write", false);
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|