mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
change timeout colllection to slow queries
This commit is contained in:
@@ -3548,10 +3548,10 @@ $collections = [
|
||||
],
|
||||
],
|
||||
],
|
||||
'slowQueries' => [
|
||||
'slow_queries' => [
|
||||
'$collection' => Database::METADATA,
|
||||
'$id' => 'slowQueries',
|
||||
'name' => 'slowQueries',
|
||||
'$id' => 'slow_queries',
|
||||
'name' => 'slow_queries',
|
||||
'attributes' => [
|
||||
[
|
||||
'$id' => 'blocked',
|
||||
|
||||
+1
-1
Submodule app/console updated: 5e2a40c1e3...3c84356c76
Reference in New Issue
Block a user