gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 41/189: lower slow query duration


From: gnunet
Subject: [taler-grid5k] 41/189: lower slow query duration
Date: Thu, 28 Apr 2022 10:46:51 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit e08c77463b760c26952edfaaa50c97bf4946a1d9
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed Mar 2 13:48:54 2022 +0100

    lower slow query duration
---
 experiment/scripts/database.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/experiment/scripts/database.sh b/experiment/scripts/database.sh
index 608b9df..f1ca572 100755
--- a/experiment/scripts/database.sh
+++ b/experiment/scripts/database.sh
@@ -68,9 +68,9 @@ function setup_config() {
   log_destination=syslog
   log_error_verbosity=terse
   syslog_ident='taler-database'
-  log_min_duration_statement=300
+  log_min_duration_statement=200
   shared_preload_libraries='pg_stat_statements,auto_explain'
-  auto_explain.log_min_duration='0'
+  auto_explain.log_min_duration='200ms'
   auto_explain.log_nested_statements=off
   auto_explain.log_analyze=true
   auto_explain.log_buffers=true

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]