Branch: refs/heads/master
Home: https://github.com/jenkinsci/gerrit-trigger-plugin
Commit: 74f157fd2a0fdcdc2b10586d1f8e880809257a8d
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/74f157fd2a0fdcdc2b10586d1f8e880809257a8d
Author: Clark Boylan <[email protected]>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/playback/GerritMissedEventsPlaybackEnabledChecker.java
Log Message:
-----------
Increase the default events log support check period
The previous default events log checking period was two seconds. This
spams Gerrit server logs with unnecessary requests checking for this
functionality. Gerrit plugins don't tend to be added and removed quickly
enough where a 2 second interval to check if it is supported is
appropriate. Instead increase the interval to once per day by default.
This is quickly enough that if a Gerrit server is updated you'll notice
in a reasonable amount of time, but infrequent enough to not flood
server logs with annoying 404 request logs for /plugins/events-log/.
Additionally it appears this Jenkins plugin queries for this support on
startup which means Jenkins users can restart the Jenkins installation
to have it query more quickly.
Commit: 069a9949fd572c946997a4df6bb44f51471d122e
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/069a9949fd572c946997a4df6bb44f51471d122e
Author: Robert Sandell <[email protected]>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/playback/GerritMissedEventsPlaybackEnabledChecker.java
Log Message:
-----------
Merge pull request #470 from cboylan/longer-event-check-period
Increase the default events log support check period
Compare:
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/9eea783646f2...069a9949fd57
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gerrit-trigger-plugin/push/refs/heads/master/9eea78-069a99%40github.com.