stats.html is too slow for most users; it's no good to spend several seconds

on average (and a minute or more in some cases) after every game
This commit is contained in:
Glenn Maynard
2004-05-26 04:46:23 +00:00
parent 02ac95c1d8
commit d6508a0bdf
+4 -1
View File
@@ -231,8 +231,11 @@ void PrefsManager::Init()
m_bAnisotropicFiltering = false;
g_bAutoRestart = false;
m_bSignProfileData = false;
/* Write machine stats takes too long for many people; disable it by default. */
m_bWriteMachineStatsHtml = false;
/* Most people use local profiles, so writing profile stats is redundant. */
m_bWriteMachineStatsHtml = true;
m_bWriteProfileStatsHtml = false;
m_bEditorShowBGChangesPlay = false;