m_captcha bump and gc config in settings

This commit is contained in:
realaravinth
2021-03-24 14:31:11 +05:30
parent 8d2d81ed76
commit d012fec687
5 changed files with 217 additions and 206 deletions

View File

@@ -52,7 +52,7 @@ impl Data {
.build()
.unwrap();
let master = Master::new().start();
let master = Master::new(SETTINGS.pow.gc).start();
let cache = HashCache::default().start();
let pow = PoWConfigBuilder::default()
.salt(SETTINGS.pow.salt.clone())