Spaces:
Sleeping
Sleeping
Update frontend/app.js
Browse files- 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 =
|
| 7 |
-
const PAGE_SIZE =
|
| 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
|