There was an error while loading. Please reload this page.
2 parents d2b2105 + 7246d0a commit f6b0c27Copy full SHA for f6b0c27
1 file changed
indexer/src/database.rs
@@ -58,7 +58,7 @@ impl Database {
58
pub fn pool(&self) -> &PgPool {
59
&self.pool
60
}
61
-(&self, event: &Event) -> Result<(), AppError> {
+
62
/// Record a slow query to the slow_query_log table (fire-and-forget).
63
/// Only logs queries exceeding `threshold_ms`.
64
pub fn log_slow_query(
0 commit comments