mirror of
https://github.com/google/santa.git
synced 2026-01-15 01:08:12 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5a5f6f9fb | ||
|
|
7ef88d06a5 |
@@ -55,7 +55,7 @@
|
||||
[self dispatchBlockOnSyncdQueue:^{
|
||||
[self.syncdConnection.remoteObjectProxy
|
||||
postBundleEventToSyncServer:event reply:^(SNTBundleEventAction action) {
|
||||
// Remove the backoff entry for the inital block event. The same event will be included in
|
||||
// Remove the backoff entry for the initial block event. The same event will be included in
|
||||
// the related events synced using addEvents:isFromBundle:.
|
||||
if (action == SNTBundleEventActionSendEvents) {
|
||||
[self.uploadBackoff removeObjectForKey:event.fileBundleHash];
|
||||
|
||||
Reference in New Issue
Block a user