use XXX not TODO
This commit is contained in:
parent
6fd99dc302
commit
d281f9dde5
@ -71,7 +71,7 @@ internal class PreferredNetworkCallbackStrategy @Inject constructor(context: Con
|
|||||||
override fun register(hasChanged: () -> Unit) {
|
override fun register(hasChanged: () -> Unit) {
|
||||||
hasChangedCallback = hasChanged
|
hasChangedCallback = hasChanged
|
||||||
// Add a try catch for safety
|
// Add a try catch for safety
|
||||||
// TODO: It happens when running all tests in CI, at some points we reach a limit here causing TooManyRequestsException
|
// XXX: It happens when running all tests in CI, at some points we reach a limit here causing TooManyRequestsException
|
||||||
// and crashing the sync thread. We might have problem here, would need some investigation
|
// and crashing the sync thread. We might have problem here, would need some investigation
|
||||||
// for now adding a catch to allow CI to continue running
|
// for now adding a catch to allow CI to continue running
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user