fix(Core/Mail): Mailhandler cleanup (#2802)

This commit is contained in:
Viste
2020-04-15 13:23:30 +03:00
committed by GitHub
parent c839ce5398
commit 1432f17c32
2 changed files with 20 additions and 12 deletions

View File

@@ -132,6 +132,8 @@ inline bool myisfinite(float f) { return isfinite(f) && !isnan(f); }
#define STRINGIZE(a) #a
#define MAX_NETCLIENT_PACKET_SIZE (32767 - 1) // Client hardcap: int16 with trailing zero space otherwise crash on memory free
enum TimeConstants
{
MINUTE = 60,