Increase max packets per second to 100
This commit is contained in:
parent
c1322b7aa1
commit
2dc74815ad
|
@ -44,7 +44,7 @@ struct NetworkSystem* gNetworkSystem = &gNetworkSystemSocket;
|
|||
#endif
|
||||
|
||||
#define LOADING_LEVEL_THRESHOLD 10
|
||||
#define MAX_PACKETS_PER_SECOND_PER_PLAYER ((u16)70)
|
||||
#define MAX_PACKETS_PER_SECOND_PER_PLAYER ((u16)100)
|
||||
|
||||
u16 networkLoadingLevel = 0;
|
||||
bool gNetworkAreaLoaded = false;
|
||||
|
|
Loading…
Reference in New Issue