We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe0c1a commit 7a273edCopy full SHA for 7a273ed
lightning-background-processor/src/lib.rs
@@ -162,7 +162,7 @@ impl BackgroundProcessor {
162
}
163
if last_ping_call.elapsed().as_secs() > PING_TIMER * 2 {
164
// On various platforms, we may be starved of CPU cycles for several reasons.
165
- // eg on iOS, if we've been in the background, we will be entirely paused.
+ // E.g. on iOS, if we've been in the background, we will be entirely paused.
166
// Similarly, if we're on a desktop platform and the device has been asleep, we
167
// may not get any cycles.
168
// In any case, if we've been entirely paused for more than double our ping
0 commit comments