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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user