Increase max size of stats.xml, considering the fact that many people have a large number of songs (many more than 100) and many songs now have single+double charts included (more than 3).
This commit is contained in:
@@ -47,8 +47,8 @@ static ThemeMetric<RString> UNLOCK_AUTH_STRING( "Profile", "UnlockAuthString" );
|
|||||||
|
|
||||||
#define MAX_EDITABLE_INI_SIZE_BYTES 2*1024 // 2KB
|
#define MAX_EDITABLE_INI_SIZE_BYTES 2*1024 // 2KB
|
||||||
#define MAX_PLAYER_STATS_XML_SIZE_BYTES \
|
#define MAX_PLAYER_STATS_XML_SIZE_BYTES \
|
||||||
100 /* Songs */ \
|
1000 /* Songs */ \
|
||||||
* 3 /* Steps per Song */ \
|
* 5 /* Steps per Song */ \
|
||||||
* 10 /* HighScores per Steps */ \
|
* 10 /* HighScores per Steps */ \
|
||||||
* 1024 /* size in bytes of a HighScores XNode */
|
* 1024 /* size in bytes of a HighScores XNode */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user