performance: add performance monitor

This commit is contained in:
justcool393 2023-03-14 11:31:04 -07:00 committed by GitHub
parent d9fa06585c
commit 92bd7d50fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 234 additions and 1 deletions

View file

@ -108,6 +108,10 @@ FEATURES = {
PERMS = {
"DEBUG_LOGIN_TO_OTHERS": 3,
'PERFORMANCE_KILL_PROCESS': 3,
'PERFORMANCE_SCALE_UP_DOWN': 3,
'PERFORMANCE_RELOAD': 3,
'PERFORMANCE_STATS': 3,
"POST_COMMENT_MODERATION": 2,
"USER_SHADOWBAN": 2,
}