Changeset: da7f30a0f652 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/da7f30a0f652
Modified Files:
        gdk/gdk_logger.c
Branch: Jul2021
Log Message:

be abit more agressive on log rotation


diffs (12 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -2224,7 +2224,7 @@ logger_create(int debug, const char *fn,
 static ulng
 logger_next_logfile(logger *lg, ulng ts)
 {
-       int m = (GDKdebug & FORCEMITOMASK)?1000:10;
+       int m = (GDKdebug & FORCEMITOMASK)?1000:100;
        if (!lg->pending || !lg->pending->next)
                return 0;
        if (lg->pending != lg->current && lg->pending->last_ts <= ts) {
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to