Skip to content

Commit

Permalink
Merge pull request #1923 from opensrp/update-wcaro-togo
Browse files Browse the repository at this point in the history
Update wcaro Togo to v1.2.6
  • Loading branch information
allan-on authored Oct 1, 2021
2 parents 204a372 + a8b1ca5 commit 3d203fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ android {
togo {
dimension = 'baseDimension'
applicationIdSuffix ".togo"
versionCode 23
versionName "1.2.5"
versionCode 24
versionName "1.2.6"
buildConfigField "int", "OPENMRS_UNIQUE_ID_INITIAL_BATCH_SIZE", '1000'
buildConfigField "int", "OPENMRS_UNIQUE_ID_BATCH_SIZE", '500'
buildConfigField "String", 'opensrp_url', '"https://wcaro-tg.smartregister.org/opensrp/"'
Expand All @@ -305,6 +305,8 @@ android {
buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS", '{"National", "Regional" , "District" , "Formation sanitaire", "Supervisor", "Village"}'
buildConfigField "String", 'DEFAULT_LOCATION_DEBUG', '"Village"'
buildConfigField "String", 'DEFAULT_LOCATION', '"Village"'
buildConfigField "int", "MAX_CONNECTION_TIMEOUT", '5'
buildConfigField "int", "MAX_READ_TIMEOUT", '5'
buildConfigField "int", "DATABASE_VERSION", '20'
}
liberia {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public int getEventPullLimit() {

@Override
protected Integer getEventBatchSize(){
return 250;
}
return 180;
} // Should this be configurable?
}

0 comments on commit 3d203fb

Please sign in to comment.