Skip to content

Commit

Permalink
Cache for 1s instead of 5 seconds because of impatient users reportin…
Browse files Browse the repository at this point in the history
…g bugs
  • Loading branch information
suricactus committed Mar 14, 2024
1 parent aa7070f commit 89ad79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qfieldcloudprojectsmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#define MAX_REDIRECTS_ALLOWED 10
#define MAX_PARALLEL_REQUESTS 6
#define CACHE_PROJECT_DATA_SECS 5
#define CACHE_PROJECT_DATA_SECS 1

QFieldCloudProjectsModel::QFieldCloudProjectsModel()
: mProject( QgsProject::instance() )
Expand Down

0 comments on commit 89ad79b

Please sign in to comment.