mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Change refresh threshold to 5 minutes.
This commit is contained in:
parent
3592fcf3c2
commit
8580d181ce
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ using namespace std;
|
|||
static const QString ASSETS_DIR { "/assets/" };
|
||||
static const QString MAPPINGS_FILE { "mappings.json" };
|
||||
static const QString ZIP_ASSETS_FOLDER { "files" };
|
||||
static const chrono::minutes MAX_REFRESH_TIME { 15 };
|
||||
static const chrono::minutes MAX_REFRESH_TIME { 5 };
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(asset_backup)
|
||||
Q_LOGGING_CATEGORY(asset_backup, "hifi.asset-backup");
|
||||
|
|
Loading…
Reference in a new issue