perf: Improved IP validation performance for masterKeyIPs, maintenanceKeyIPs (#8510)
This commit is contained in:
@@ -75,6 +75,8 @@ class ParseServer {
|
||||
const allControllers = controllers.getControllers(options);
|
||||
options.state = 'initialized';
|
||||
this.config = Config.put(Object.assign({}, options, allControllers));
|
||||
this.config.masterKeyIpsStore = new Map();
|
||||
this.config.maintenanceKeyIpsStore = new Map();
|
||||
logging.setLogger(allControllers.loggerController);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user