Skip to content

Commit

Permalink
Merge pull request #5090 from opengisch/cache-less
Browse files Browse the repository at this point in the history
Cache for 1s instead of 5s because of impatient users reportining bugs
  • Loading branch information
suricactus authored Mar 16, 2024
2 parents 26581ce + 89ad79b commit 1fc39f1
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

1 comment on commit 1fc39f1

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.