/** * Tests for Magic Number Centralization and Configuration Constants * * GREEN PHASE: These tests verify magic numbers are properly centralized, * documented, and configurable. * * Magic numbers identified: * - Time constants: 100ms, 5000ms, 30000ms, 60000ms, etc. * - Size constants: 128MB, 512MB, 16MB, 10000, etc. * - Retry constants: 3 retries, 100ms initial delay, 5000ms max delay * - Rate limiting: 100 max queries, 60000ms window * - MongoDB protocol: OP_UPDATE=2001, OP_INSERT=2002, etc. * - Hash constants: 2166136261 (FNV offset), 16777619 (FNV prime) * * @module @dotdo/postgres-shared/__tests__/configuration-constants.test */ export {}; //# sourceMappingURL=configuration-constants.test.d.ts.map