update image max width

This commit is contained in:
tzw
2025-02-19 17:23:22 +06:30
parent 1c15c3cf9f
commit 1a1ffb11a6

View File

@@ -4,7 +4,7 @@ const uploadPhotoLimit = 10;
const shipmentCountForCartonFilter = 10;
const resendCountSec = 30;
int imageQuality = 100;
double imageMaxWidth = 1000;
double imageMaxWidth = 1350;
const config_collection = "configs";
const user_collection = "users";