Skip to content

Commit cfa28ed

Browse files
committed
test load from core, don't push, will be reverted
1 parent 4605bc0 commit cfa28ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ config.INTERNAL_STORAGE_POOL_NAME = 'system-internal-storage-pool';
250250
config.ALLOW_BUCKET_CREATE_ON_INTERNAL = true;
251251
config.BUCKET_AUTOCONF_TIER2_ENABLED = false;
252252
config.SYSTEM_STORE_LOAD_CONCURRENCY = parseInt(process.env.SYSTEM_STORE_LOAD_CONCURRENCY, 10) || 5;
253-
config.SYSTEM_STORE_SOURCE = process.env.SYSTEM_STORE_SOURCE || "db";
253+
config.SYSTEM_STORE_SOURCE = 'core';//process.env.SYSTEM_STORE_SOURCE || "db";
254254
//////////////////////////
255255
// MD AGGREGATOR CONFIG //
256256
//////////////////////////

0 commit comments

Comments
 (0)