feat: set maxWidth ot 1280

This commit is contained in:
amhsirak
2025-03-15 02:45:35 +05:30
parent 71ed350ac7
commit 395275675c

View File

@@ -36,7 +36,7 @@ const SCREENCAST_CONFIG: {
maxQueueSize: number;
} = {
format: 'jpeg',
maxWidth: 900,
maxWidth: 1280,
maxHeight: 400,
targetFPS: 30,
compressionQuality: 0.8,