Skip to content

Commit 35820a0

Browse files
committed
Increase read timeout from 10 to 20 s
1 parent 5486222 commit 35820a0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ How to find SN and Check code for registration is described here: https://github
6161
**All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.**
6262

6363
## Changelog
64+
65+
### **WORK IN PROGRESS**
66+
67+
- (Gaspode) Increased read timeout from 10 to 20 s
68+
6469
### 2.1.2 (2024-08-07)
6570

6671
- (Gaspode) Quality of states optimized

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const OA_BaseURI = 'https://openapi.alphaess.com/api';
1515

1616
const ReadAfterWriteTimeoutIntervalInS = 6;
1717

18-
const REQUEST_TIMEOUT = 10000;
18+
const REQUEST_TIMEOUT = 20000;
1919
const WATCHDOG_TIMER = 60000;
2020

2121
/**

0 commit comments

Comments
 (0)