1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src
Fredrik Strand Oseberg f76ac0edb3
Fix/embedded proxy memory leak (#2345)
* Fixes a memory leak where events would trigger the data polling to restart. Any event would setup another polling interval, which would strain our database. Separated the logic for fetching the data and the polling, and made sure that the polling was only initialized once.
2022-11-08 12:35:53 +01:00
..
lib Fix/embedded proxy memory leak (#2345) 2022-11-08 12:35:53 +01:00
mailtemplates
migrations Remove uniqueness from change requests merging (#2332) 2022-11-04 10:57:45 +02:00
test Fix/embedded proxy memory leak (#2345) 2022-11-08 12:35:53 +01:00
migrator.ts
server-dev.ts fix: generate all hour buckets if missing (#2319) 2022-11-04 09:30:02 +01:00
server.ts