Skip to content

Commit 4e557a5

Browse files
fix UI json bug
1 parent 759f568 commit 4e557a5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### Upcoming
2+
- fixed bug that was causing bad json from the server, causing empty / non-loading areas in the UI. Sorry!
23
- fixed `datum` bug in the Overview that was crashing the UI. Sorry!
34
- introducing some outlier protection in growth rate calculations. This is tunable with the `ekf_outlier_std_threshold` value under `[growth_rate_calculating.config]`. The default value, 5.0, is pretty conservative, and will still allow some spikes to permeate to the growth rate and nOD. Try a value of 3.5 or 4.0 if you want to see more. Don't put it less than 3.0 - that's silly.
45
- added options alternative mqtt brokers with the new configuration
@@ -13,7 +14,7 @@ ws_protocol=ws
1314
tls=0
1415
```
1516
- new UI MQTT library
16-
- cleaned up app MQTT code, too.
17+
- cleaned up `pioreactor.pubsub` MQTT code, too.
1718

1819

1920
### 24.2.11

Diff for: update_scripts/upcoming/pre_update.sh

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ crudini --ini-options=nospace --set $PIO_DIR/config.ini mqtt username pioreacto
1818
--set $PIO_DIR/config.ini mqtt broker_ws_port 9001 \
1919
--set $PIO_DIR/config.ini mqtt ws_protocol ws \
2020
--set $PIO_DIR/config.ini mqtt tls 0
21+
22+
# this was causing bad responses from the server...
23+
sudo lighttpd-disable-mod compress

0 commit comments

Comments
 (0)