This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aschmahmann
force-pushed
the
feat/bulk-provide
branch
2 times, most recently
from
April 9, 2021 15:40
f9f54af
to
5a4e4c4
Compare
aschmahmann
force-pushed
the
feat/bulk-provide
branch
from
April 12, 2021 23:06
5a4e4c4
to
c193919
Compare
…racking of individual CID reprovide times, and have a very simple and fast stats function
…ng LastReprovide entry in the datastore
Stebalien
suggested changes
May 11, 2021
aschmahmann
commented
May 11, 2021
aschmahmann
force-pushed
the
feat/bulk-provide
branch
from
May 12, 2021 18:05
90acf8c
to
c3fd90b
Compare
aschmahmann
commented
May 12, 2021
aschmahmann
commented
May 12, 2021
Stebalien
suggested changes
May 12, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go timers are... special.
aschmahmann
force-pushed
the
feat/bulk-provide
branch
from
May 12, 2021 20:01
4f3814c
to
cffff34
Compare
aschmahmann
commented
May 12, 2021
Stebalien
reviewed
May 12, 2021
…eturning a closed channel
…ovideCidLoop since there is no static + dynamic reprovide channels anymore
aschmahmann
commented
May 12, 2021
Stebalien
suggested changes
May 12, 2021
|
||
func resetTimer(t *time.Timer, dur time.Duration) { | ||
if !t.Stop() { | ||
<-t.C |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will block forever if the timer wasn't already running.
Stebalien
approved these changes
May 13, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More tests would be nice, but otherwise LGTM (module one small change).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add an alternative provide/reproviding system that: