filesafe/controllers/utils
Bobby 17c863f724
feat: SimpleDataStore.hold() no longer use up size
this means internal Map-store may actually contain more keys than limit,
but only if the extraenous keys are held-keys (i.e. has null value)

this expects that you don't manually set keys with null values into the
store however
2022-07-06 17:14:00 +07:00
..
ClientError.js fix: remove token from local storage if invalid 2022-05-06 21:58:23 +07:00
initDatabase.js refactor: relocate db scripts 2022-06-22 13:53:01 +07:00
multerStorage.js feat: some bypass support to passthrough scanning 2022-04-23 04:44:01 +07:00
ServerError.js fix: remove token from local storage if invalid 2022-05-06 21:58:23 +07:00
SimpleDataStore.js feat: SimpleDataStore.hold() no longer use up size 2022-07-06 17:14:00 +07:00