Merge branch 'master' of tzw/fcs into master

This commit is contained in:
2025-02-19 17:57:44 +06:30
committed by Gogs

View File

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