Storage logging improvements and repeat limits for stop sync

This commit is contained in:
Josh Perez 2020-09-09 19:07:58 -04:00 committed by Scott Nonnenberg
parent d87335f5a6
commit d1d7e0aa99
4 changed files with 87 additions and 12 deletions

View file

@ -5,6 +5,7 @@ type ConfigKeyType =
| 'desktop.messageRequests'
| 'desktop.gv2'
| 'desktop.cds'
| 'desktop.storage'
| 'desktop.clientExpiration';
type ConfigValueType = {
name: ConfigKeyType;