()
| 150 | * settingsSync → changeDetector cycle edge. |
| 151 | */ |
| 152 | export function redownloadUserSettings(): Promise<boolean> { |
| 153 | downloadPromise = doDownloadUserSettings(0) |
| 154 | return downloadPromise |
| 155 | } |
| 156 | |
| 157 | async function doDownloadUserSettings( |
| 158 | maxRetries = DEFAULT_MAX_RETRIES, |
no test coverage detected