docs: update changelog for TimescaleDB limit fix

This commit is contained in:
Graham McIntire 2026-03-04 17:44:44 -06:00
parent a7ab2831b3
commit 5e1f8d3ebe
No known key found for this signature in database
2 changed files with 15 additions and 0 deletions

View file

@ -972,3 +972,12 @@ CHANGELOG - towerops-web
but the agent channel path was missing it
- Fix: Added Devices.update_snmp_poll_time(device) at the top of
process_polling_result/3, matching the DevicePollerWorker pattern
2026-03-04
----------
fix: increase TimescaleDB tuple decompression limit to unlimited
- Fixed ERROR 53400 (configuration_limit_exceeded) during device discovery
- Interface sync operations can now process 100k+ tuples in a single transaction
- Modified: priv/repo/migrations/20260304234205_increase_timescaledb_decompression_limit.exs
- The sync_interfaces/2 function was hitting the default 100,000 tuple limit when syncing devices with many interfaces

View file

@ -209,3 +209,9 @@ Devices Tested & Working
* Cloud poller improvements
* Accessability improved
* Added initial help documentation
2026-03-04
----------
* Fixed device discovery failures for devices with many network interfaces
* Database performance improvements for large-scale operations