Skip to content

Commit 574241a

Browse files
committed
Try using default.
1 parent f2a2bad commit 574241a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/run_server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pkill -9 Xvfb
4040
pkill -9 node
4141
pkill -9 electron
4242
43-
xvfb-run --auto-servernum --server-args '-screen 0 640x480x24' /var/www/image-exporter/bin/orca.js serve $REQUEST_LIMIT --safe-mode --verbose $PLOTLYJS_ARG $ORCA_IGNORECERTERRORS_ARG $@ &
43+
xvfb-run --auto-servernum --server-args '-screen 0 1024x768x24' /var/www/image-exporter/bin/orca.js serve $REQUEST_LIMIT --safe-mode --verbose $PLOTLYJS_ARG $ORCA_IGNORECERTERRORS_ARG $@ &
4444
echo \$! > \$PIDFILE
4545
4646
EOF

0 commit comments

Comments
 (0)