[ActivityReminder] Add storageFile: true for the data file with the goal to improve perfs slightly

pull/2095/head
Stiralbios 2022-08-20 14:39:30 +02:00
parent a787181206
commit d714c2c490
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"name": "Activity Reminder", "name": "Activity Reminder",
"shortName":"Activity Reminder", "shortName":"Activity Reminder",
"description": "A reminder to take short walks for the ones with a sedentary lifestyle", "description": "A reminder to take short walks for the ones with a sedentary lifestyle",
"version":"0.08", "version":"0.09",
"icon": "app.png", "icon": "app.png",
"type": "app", "type": "app",
"tags": "tool,activity", "tags": "tool,activity",
@ -18,6 +18,6 @@
], ],
"data": [ "data": [
{"name": "activityreminder.s.json"}, {"name": "activityreminder.s.json"},
{"name": "activityreminder.data.json"} {"name": "activityreminder.data.json", "storageFile": true}
] ]
} }