Spaces:
Sleeping
Sleeping
Update frontend/app.js
Browse files- frontend/app.js +1 -1
frontend/app.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
// ββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 5 |
const BACKEND_URL = 'https://hitan2004-sentinelnet.hf.space';
|
| 6 |
const BATCH_SIZE = 50;
|
| 7 |
-
const PAGE_SIZE =
|
| 8 |
|
| 9 |
// ββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 10 |
// CONSTANTS
|
|
|
|
| 4 |
// ββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 5 |
const BACKEND_URL = 'https://hitan2004-sentinelnet.hf.space';
|
| 6 |
const BATCH_SIZE = 50;
|
| 7 |
+
const PAGE_SIZE = 100;
|
| 8 |
|
| 9 |
// ββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 10 |
// CONSTANTS
|