fchat-rising/learn/store
buttercheezii c539dba6a8 Fix insane bug where some profiles cause client hang
Some code was converting the customs object to an array with millions of elements, which caused iteration and ipc transport (json serialize) to hang the client for many minutes at a time.

This is probably because incorrect lodash functions were used on the customs. Lodash would convert it to array and then it would get stored and turn up as array every time, corrupting storage and ensuring client denial of service.

This fixes that bug by avoiding using incorrect lodash functions that convert things to arrays with millions of elements.

It also retroactively fixes profiles that were stored with array customs, so the client won't crash.
2021-12-06 05:00:44 -08:00
..
queries Exporting 2020-04-11 14:14:58 -05:00
worker Fixed caching bugs 2021-09-10 18:02:50 -05:00
indexed.ts Position comparison 2021-04-22 18:49:21 -05:00
types.ts Web worker draft 2021-01-23 18:52:27 -06:00
worker.ts Fix insane bug where some profiles cause client hang 2021-12-06 05:00:44 -08:00