refactor(core): Reduce code duplication in DB config (no-changelog) (#8679)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-02-20 14:28:53 +01:00
committed by GitHub
parent 0e36aeb421
commit b6c8a0c413
9 changed files with 108 additions and 257 deletions

View File

@@ -33,8 +33,3 @@ export const COMMUNITY_NODE_VERSION = {
CURRENT: 1,
UPDATED: 2,
};
/**
* Timeout (in milliseconds) to account for DB being slow to initialize.
*/
export const DB_INITIALIZATION_TIMEOUT = 30_000;