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

@@ -34,6 +34,7 @@ pub struct Server {
#[derive(Debug, Clone, Deserialize)]
pub struct Captcha {
pub salt: String,
pub gc: u64,
}
impl Server {