Skip to content

Commit f837737

Browse files
authored
Set webpage timeout to 120 seconds (#335)
* Timeout webpage set to 120 seconds * Versie 2025.7.3
1 parent fe7a8ea commit f837737

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

dao/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog 刀 DAO
22
# Day Ahead Optimizer
3+
# 2025.7.3
4+
- Changed calculation of baseloads to omit NaN
5+
- Timeout webpage set to 120 seconds
36

47
# 2025.7.2
58
Fix error in api-calculation prognose pv_dc

dao/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 刀 Day Ahead Optimizer
3-
version: 2025.7.2
3+
version: 2025.7.3
44
slug: day_ahead_opt
55
description: Home Assistant Community Add-ons for day ahead optimizations
66
url: https://github.com/corneel27/day-ahead

dao/webserver/gunicorn_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
bind = f"0.0.0.0:{port}"
1010
forwarded_allow_ips = "*"
1111
secure_scheme_headers = {"X-Forwarded-Proto": "https"}
12-
timeout = 60
12+
timeout = 120

release-testing/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog 刀 DAO
22
# Day Ahead Optimizer
33

4-
# 2025.7.3.rc1
5-
Changed calculation of baseloads to omit NaN
4+
# 2025.7.3.rc2
5+
- Changed calculation of baseloads to omit NaN
6+
- Timeout webpage set to 120 seconds
67

78
# 2025.7.2
89
Fix error in api-calculation prognose pv_dc

release-testing/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 刀 Day Ahead Optimizer (TESTING)
3-
version: 2025.7.3.rc1
3+
version: 2025.7.3.rc2
44
stage: experimental
55
slug: day_ahead_opt-testing
66
description: Beta version of DAO. Use only for testing!

0 commit comments

Comments
 (0)