We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489accd commit 599fdd3Copy full SHA for 599fdd3
src/test/java/com/arangodb/ArangoDatabaseTest.java
@@ -928,6 +928,8 @@ public void run() {
928
929
@Test
930
public void getAndClearSlowQueries() {
931
+ db.clearSlowQueries();
932
+
933
final QueryTrackingPropertiesEntity properties = db.getQueryTrackingProperties();
934
final Long slowQueryThreshold = properties.getSlowQueryThreshold();
935
properties.setSlowQueryThreshold(1L);
0 commit comments