Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Qa auto sync conflicts #299

Open
wants to merge 11 commits into
base: QA
Choose a base branch
from
12 changes: 11 additions & 1 deletion data/default/health/field-app-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"TENANT_ID": "default",
"BACKGROUND_SERVICE_CONFIG": {
"BATTERY_PERCENT_CUT_OFF": 10,
"SERVICE_INTERVAL": 500,
"SERVICE_INTERVAL": 600,
"API_CONCURRENCY": 2
},
"BANDWIDTH_BATCH_SIZE": [
Expand All @@ -23,6 +23,16 @@
"MIN_RANGE": 0.20,
"MAX_RANGE": 0.50,
"BATCH_SIZE": 5
},
{
"MIN_RANGE": 0.50,
"MAX_RANGE": 1,
"BATCH_SIZE": 10
},
{
"MIN_RANGE": 1,
"MAX_RANGE": 5,
"BATCH_SIZE": 15
}
],
"LANGUAGES": [
Expand Down