remoteConfigCacheMs constant

int const remoteConfigCacheMs

Remote config cache duration in milliseconds

Implementation

static const int remoteConfigCacheMs =
    remoteConfigCacheDays * 24 * 60 * 60 * 1000;