Skip to content

Commit

Permalink
feat: add OdkCentralAsync for async entities workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 2, 2024
1 parent 6897b20 commit 95f433e
Show file tree
Hide file tree
Showing 2 changed files with 505 additions and 1 deletion.
2 changes: 1 addition & 1 deletion osm_fieldwork/OdkCentral.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def getAllSubmissions(self, project_id: int, xforms: list = None, filters: dict
Returns:
(json): All of the submissions for all of the XForm in a project
"""
# The number of threads is based on the CPU cores
# The number of threads is based on the CPU cores
info = get_cpu_info()
self.cores = info["count"]

Expand Down
Loading

0 comments on commit 95f433e

Please sign in to comment.