mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Upping the upload limit for sound files.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
//SECURITY//
|
//SECURITY//
|
||||||
////////////
|
////////////
|
||||||
#define TOPIC_SPAM_DELAY 7 //7 tick delay is about half a second
|
#define TOPIC_SPAM_DELAY 7 //7 tick delay is about half a second
|
||||||
#define UPLOAD_LIMIT 1048576 //Restricts client uploads to the server to 1MB //Could probably do with being lower.
|
#define UPLOAD_LIMIT 10485760 //Restricts client uploads to the server to 10MB //Could probably do with being lower.
|
||||||
/*
|
/*
|
||||||
When somebody clicks a link in game, this Topic is called first.
|
When somebody clicks a link in game, this Topic is called first.
|
||||||
It does the stuff in this proc and then is redirected to the Topic() proc for the src=[0xWhatever]
|
It does the stuff in this proc and then is redirected to the Topic() proc for the src=[0xWhatever]
|
||||||
|
|||||||
Reference in New Issue
Block a user