[Groonga-commit] Fixed: groonga/groonga#9670 (master - 6d02cfa)

Back to archive index

Travis CI build****@travi*****
Sat Jan 27 16:57:34 JST 2018


Build Update for groonga/groonga
-------------------------------------

Build: #9670
Status: Fixed

Duration: 43 minutes and 55 seconds
Commit: 6d02cfa (master)
Author: Kouhei Sutou
Message: ii: GRN_II_REDUCE_EXPIRE_ENABLE -> GRN_II_REDUCE_EXPIRE_THRESHOLD

GRN_II_REDUCE_EXPIRE_THRESHOLD=0 == GRN_II_REDUCE_EXPIRE_ENABLE=no

GRN_II_REDUCE_EXPIRE_THRESHOLD=-1 (default) uses
ii->chunk->max_map_seg / 2 as threshold.

GRN_II_REDUCE_EXPIRE_THRESHOLD > 0 uses
MIN(ii->chunk->max_map_seg / 2, GRN_II_REDUCE_EXPIRE_THRESHOLD)
as threshold.

View the changeset: https://github.com/groonga/groonga/compare/1f62a4e1b990...6d02cfad7aed

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/334034857?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180127/7e52f3ea/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index