Date: Sat, 3 Mar 2018 09:10:07 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463472 - head/databases/cego Message-ID: <201803030910.w239A7aP085185@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Mar 3 09:10:06 2018 New Revision: 463472 URL: https://svnweb.freebsd.org/changeset/ports/463472 Log: databases/cego: update 2.39.2 -> 2.39.3 - Small improvement in CegoDbThreadPool. For a better db thread load value calculation, the request queue is no longer locked while waiting for incoming requests. Instead the QUEUEDELAY parameter has been increased to a default value of 200 msec to reduce db thread cpu load while idle. Now the db thread has a good chance to report idle time to the db thread pool. Submitted by: Bjoern Lemke <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Mar 3 09:03:04 2018 (r463471) +++ head/databases/cego/Makefile Sat Mar 3 09:10:06 2018 (r463472) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.39.2 +PORTVERSION= 2.39.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Mar 3 09:03:04 2018 (r463471) +++ head/databases/cego/distinfo Sat Mar 3 09:10:06 2018 (r463472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519903659 -SHA256 (cego-2.39.2.tar.gz) = 46ce48d87713c9fb42caafd702b082a1e455b9ec5ed11bd8335b32690ebc3331 -SIZE (cego-2.39.2.tar.gz) = 1677977 +TIMESTAMP = 1520066806 +SHA256 (cego-2.39.3.tar.gz) = 3f2698ba6cdfa05d66f5b17c64383656d98205a5afc95825d4f5dde27af35a11 +SIZE (cego-2.39.3.tar.gz) = 1676260
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803030910.w239A7aP085185>