Add caches

This commit is contained in:
2025-10-10 03:12:39 +07:00
parent ba3b0f6232
commit bdda24cb60
3 changed files with 104 additions and 9 deletions

View File

@@ -95,9 +95,9 @@
"MaxMethodExecutionsPerWindow": 50,
"LongRunningQueryThresholdMs": 1000,
"SentryAlertThreshold": 5,
"SlowQueryThresholdMs": 2000,
"SlowQueryThresholdMs": 1500,
"LogSlowQueriesOnly": false,
"LogErrorsOnly": false,
"DataRetentionMinutes": 30
"DataRetentionMinutes": 300
}
}