change timeout colllection to slow queries

This commit is contained in:
fogelito
2023-02-12 23:33:42 +02:00
parent 3d76da1f25
commit cf96f8baca
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -3548,10 +3548,10 @@ $collections = [
],
],
],
'slowQueries' => [
'slow_queries' => [
'$collection' => Database::METADATA,
'$id' => 'slowQueries',
'name' => 'slowQueries',
'$id' => 'slow_queries',
'name' => 'slow_queries',
'attributes' => [
[
'$id' => 'blocked',