Vo Hoang Minh commited on
Commit
b147282
·
1 Parent(s): f67ba22
Files changed (1) hide show
  1. src/server.mjs +1 -1
src/server.mjs CHANGED
@@ -15,7 +15,7 @@ const GL = new GoLogin({
15
  profile_id: "67eeac2670e340a5f67b7c3f66b3f1",
16
  remote_debugging_port: 3500,
17
  executablePath: '/usr/bin/orbita-browser/chrome',
18
- extra_params: ['--start-maximized', '--disable-dev-shm-usage', '--no-sandbox', '--no-zygote', '--window-position=0,0', `--window-size=${SCREEN_WIDTH},${SCREEN_HEIGHT}`],
19
  });
20
 
21
  app.get("/api/ping", (c) => {
 
15
  profile_id: "67eeac2670e340a5f67b7c3f66b3f1",
16
  remote_debugging_port: 3500,
17
  executablePath: '/usr/bin/orbita-browser/chrome',
18
+ extra_params: ['--start-maximized', '--disable-dev-shm-usage', '--no-sandbox', '--no-zygote', '--window-position=0,0'],
19
  });
20
 
21
  app.get("/api/ping", (c) => {