Hitan2004 commited on
Commit
4b7bb09
Β·
verified Β·
1 Parent(s): 88774d5

Update frontend/app.js

Browse files
Files changed (1) hide show
  1. frontend/app.js +2 -2
frontend/app.js CHANGED
@@ -3,8 +3,8 @@
3
  // e.g. 'https://hitan2004-sentinelnet.hf.space'
4
  // ════════════════════════════════════════════════
5
  const BACKEND_URL = 'https://hitan2004-sentinelnet.hf.space';
6
- const BATCH_SIZE = 100;
7
- const PAGE_SIZE = 100;
8
 
9
  // ════════════════════════════════════════════════
10
  // CONSTANTS
 
3
  // e.g. 'https://hitan2004-sentinelnet.hf.space'
4
  // ════════════════════════════════════════════════
5
  const BACKEND_URL = 'https://hitan2004-sentinelnet.hf.space';
6
+ const BATCH_SIZE = 50;
7
+ const PAGE_SIZE = 50;
8
 
9
  // ════════════════════════════════════════════════
10
  // CONSTANTS