1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib/proxy
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
..
create-context.test.ts fix: respect environment if set on context (#2206) 2022-10-19 12:29:00 +02:00
create-context.ts fix: respect environment if set on context (#2206) 2022-10-19 12:29:00 +02:00
proxy-repository.ts Fix/embedded proxy memory leak (#2345) 2022-11-08 12:35:53 +01:00