feat: Track storage usage

This commit is contained in:
Maksim Eltyshev
2025-08-23 00:03:20 +02:00
parent 2f4bcb0583
commit 4d77a1f596
89 changed files with 1052 additions and 304 deletions

View File

@@ -4,10 +4,10 @@ const AccessTokenSteps = {
const POSITION_GAP = 65536;
const MAX_SIZE_IN_BYTES_TO_GET_ENCODING = 8 * 1024 * 1024;
const MAX_SIZE_TO_GET_ENCODING = 8 * 1024 * 1024;
module.exports = {
AccessTokenSteps,
POSITION_GAP,
MAX_SIZE_IN_BYTES_TO_GET_ENCODING,
MAX_SIZE_TO_GET_ENCODING,
};