Spaces:
Paused
Paused
ngoctuanai
commited on
Commit
•
ab6d220
1
Parent(s):
11beeb3
Update README-EN.md
Browse files- README-EN.md +2 -2
README-EN.md
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
|
32 |
4. URLs pause access from 00:00 to 06:00
|
33 |
|
34 |
-
- In index.js, from line 23 to 26, the URLs are defined in the websites array, used for scheduled access. These URLs will pause access from 00:00 to 06:00. During this time, the application will not make any requests to the URLs in the websites array. At other times of the day, these URLs will be accessed normally. The access cycle for these URLs is also
|
35 |
|
36 |
## Application Platform
|
37 |
|
@@ -46,4 +46,4 @@ MIT © [LICENSE](./LICENSE).
|
|
46 |
|
47 |
<!-- LINK -->
|
48 |
[deploy-button-image]: https://cdn-uploads.huggingface.co/production/uploads/65c33f0aa592fce762eed505/qpm9eCvzXeXp-3tKJVSqs.png
|
49 |
-
[deploy-link]: https://huggingface.co/spaces/ngoctuanai/keep-online?duplicate=true
|
|
|
31 |
|
32 |
4. URLs pause access from 00:00 to 06:00
|
33 |
|
34 |
+
- In index.js, from line 23 to 26, the URLs are defined in the websites array, used for scheduled access. These URLs will pause access from 00:00 to 06:00. During this time, the application will not make any requests to the URLs in the websites array. At other times of the day, these URLs will be accessed normally. The access cycle for these URLs is also 3 minutes (180 seconds), and you can adjust it according to your needs by changing the parameter in the setInterval function on line 49.
|
35 |
|
36 |
## Application Platform
|
37 |
|
|
|
46 |
|
47 |
<!-- LINK -->
|
48 |
[deploy-button-image]: https://cdn-uploads.huggingface.co/production/uploads/65c33f0aa592fce762eed505/qpm9eCvzXeXp-3tKJVSqs.png
|
49 |
+
[deploy-link]: https://huggingface.co/spaces/ngoctuanai/keep-online?duplicate=true
|