const for output chunk size

This commit is contained in:
Damodar Lohani
2021-09-30 14:26:29 +05:45
parent dfa5f6e6c4
commit d267c8965b
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -103,6 +103,8 @@ const APP_AUTH_TYPE_SESSION = 'Session';
const APP_AUTH_TYPE_JWT = 'JWT';
const APP_AUTH_TYPE_KEY = 'Key';
const APP_AUTH_TYPE_ADMIN = 'Admin';
// Response related
const MAX_OUTPUT_CHUNK_SIZE = 2*1024*1024; // 2MB
$register = new Registry();