From 340ab02ee548a21eff7a73521b5c5ef24af6ce0b Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 28 Oct 2021 16:46:47 +0545 Subject: [PATCH] Update app/init.php Co-authored-by: Torsten Dittmann --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 797324b1dc..ff137c186d 100644 --- a/app/init.php +++ b/app/init.php @@ -79,7 +79,7 @@ const APP_STORAGE_FUNCTIONS = '/storage/functions'; const APP_STORAGE_CACHE = '/storage/cache'; const APP_STORAGE_CERTIFICATES = '/storage/certificates'; const APP_STORAGE_CONFIG = '/storage/config'; -const APP_STORAGE_READ_BUFFER = 20 * (1024 *1024); //20MB other names `APP_STORAGE_MEMORY_LIMIT`, `APP_STORAGE_MEMORY_BUFFER`, `APP_STORAGE_READ_LIMIT`, `APP_STORAGE_BUFFER_LIMIT` +const APP_STORAGE_READ_BUFFER = 20 * (1024 * 1024); //20MB other names `APP_STORAGE_MEMORY_LIMIT`, `APP_STORAGE_MEMORY_BUFFER`, `APP_STORAGE_READ_LIMIT`, `APP_STORAGE_BUFFER_LIMIT` const APP_SOCIAL_TWITTER = 'https://twitter.com/appwrite_io'; const APP_SOCIAL_TWITTER_HANDLE = 'appwrite_io'; const APP_SOCIAL_FACEBOOK = 'https://www.facebook.com/appwrite.io';