Merge pull request #2 from natano/stats-xml-size
Increase Stats.xml file size limit to 100MB
This commit is contained in:
+1
-5
@@ -49,11 +49,7 @@ static ThemeMetric<RString> UNLOCK_AUTH_STRING( "Profile", "UnlockAuthString" );
|
|||||||
#define GUID_SIZE_BYTES 8
|
#define GUID_SIZE_BYTES 8
|
||||||
|
|
||||||
#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*1024*1024 // 100MB
|
||||||
400 /* Songs */ \
|
|
||||||
* 5 /* Steps per Song */ \
|
|
||||||
* 5 /* HighScores per Steps */ \
|
|
||||||
* 1024 /* size in bytes of a HighScores XNode */
|
|
||||||
|
|
||||||
const int DEFAULT_WEIGHT_POUNDS = 120;
|
const int DEFAULT_WEIGHT_POUNDS = 120;
|
||||||
const float DEFAULT_BIRTH_YEAR= 1995;
|
const float DEFAULT_BIRTH_YEAR= 1995;
|
||||||
|
|||||||
Reference in New Issue
Block a user