Skip to content
Snippets Groups Projects
Commit 4cf2d2cf authored by Jake Taylor's avatar Jake Taylor
Browse files

pipeline fix

parent cf25a601
No related branches found
No related tags found
No related merge requests found
...@@ -64,8 +64,8 @@ func track(session *storage.Session, ourId *id.ID, stop *stoppable.Single) { ...@@ -64,8 +64,8 @@ func track(session *storage.Session, ourId *id.ID, stop *stoppable.Single) {
protoIds, err := ephemeral.GetIdsByRange(ourId, receptionStore.GetIDSize(), protoIds, err := ephemeral.GetIdsByRange(ourId, receptionStore.GetIDSize(),
now, now.Sub(lastCheck)) now, now.Sub(lastCheck))
jww.DEBUG.Printf("Now: %d, LastCheck: %d (%v), Different: %v", jww.DEBUG.Printf("Now: %d, LastCheck: %v, Different: %v",
now.UnixNano(), lastCheck, lastCheck, now.Sub(lastCheck)) now.UnixNano(), lastCheck, now.Sub(lastCheck))
jww.DEBUG.Printf("protoIds Count: %d", len(protoIds)) jww.DEBUG.Printf("protoIds Count: %d", len(protoIds))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment