Skip to content

Commit

Permalink
Merge branch 'update-wcaro-togo' into add-migration-to-populate-eventId
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-on committed Oct 1, 2021
2 parents d7f4772 + 2c34e69 commit 612c27c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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", '21'
}
liberia {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public int getEventPullLimit() {

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

0 comments on commit 612c27c

Please sign in to comment.