30 Commits

Author SHA1 Message Date
e2fc5059e2 perf(checker): run account checks concurrently using Promise.any
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 22s
Refactors the `singleAccountCheck` function to use `Promise.any` for validating accounts against multiple stream URLs. This replaces the previous sequential `for` loop.

By running the checks concurrently, the process is significantly faster as it no longer waits for each request to finish before trying the next. The function now resolves as soon as the first successful validation occurs.

The fallback logic for 403 errors (from a tor instance to a direct request) is now cleanly encapsulated within each promise.
2025-07-13 17:01:31 +01:00
b8ccfbb148 remove sync apache
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 23s
2025-07-05 10:52:31 +01:00
605541d2d0 fix account add logic
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 55s
2025-07-05 10:36:14 +01:00
e8a5a1b17e working latest bits 2021-11-19 15:45:10 +00:00
185b357010 new working 2021-11-19 14:25:42 +00:00
e97e8d4462 working but slow new way 2021-11-19 13:12:48 +00:00
7e4bb69b48 working 2021-11-19 11:52:28 +00:00
cf88b5f3e5 latest update 2021-11-16 17:37:04 +00:00
bc63d15636 updates 2021-09-24 11:34:49 +00:00
334ccf268e latest 2021-09-23 17:25:44 +00:00
d2b90240da working 2021-09-23 15:40:15 +00:00
b024cacfe8 working with tor 2021-09-23 15:26:24 +00:00
bd5e0fd4f8 working 2021-09-23 13:54:01 +00:00
d4a025fadd update 2021-09-21 15:59:29 +00:00
340fccdf46 update 2021-09-21 13:37:32 +00:00
1863addb17 working 2021-09-21 13:26:03 +00:00
6e235425f9 latest 2021-09-20 19:30:47 +00:00
51e9d71d72 as it stands "working" 2021-09-20 16:30:41 +00:00
ee6696dbf8 trytocleanRemoveUI 2021-09-20 16:19:16 +00:00
53d150b64e working at the moment 2021-09-20 16:03:43 +00:00
6eb118ca87 speed increase 2021-09-20 10:57:49 +00:00
813a8296e2 udpated 2021-09-19 10:29:56 +00:00
10a9f9da52 working with app 2021-09-14 13:05:07 +00:00
karl.hudgell
f7826664a9 updates 2021-03-27 15:22:32 +00:00
karl.hudgell
b7d4aae21c udpates 2021-03-26 12:42:13 +00:00
karl.hudgell
4fb8db3d53 working cookie authentication 2021-02-21 14:50:25 +00:00
karl.hudgell
c4700137f4 commiting some changes 2021-02-21 10:04:25 +00:00
karl.hudgell
486c68accc working react router 2021-02-17 20:06:36 +00:00
karl.hudgell
883efbc451 udpates 2021-02-17 18:25:21 +00:00
karl.hudgell
c5130ed93f updates 2021-02-13 13:14:15 +00:00