feat: decrease maximum age for auto response [skip ci]

This commit is contained in:
oSumAtrIX 2022-11-21 01:37:55 +01:00 committed by GitHub
parent 093f2bf643
commit c2fe25a3a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
}, },
"condition": { "condition": {
"user": { "user": {
"server_age": 120 "server_age": 5
} }
}, },
"response": { "response": {