Skip to content

Commit 951dd02

Browse files
Process more forms at a time.
1 parent c36d715 commit 951dd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pegasus/sites.v3/code.org/bin/process_forms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def index_batch_of_forms(batch_size)
7777
end
7878

7979
def main()
80-
limit = 500
80+
limit = 1000
8181

8282
messages = []
8383

0 commit comments

Comments
 (0)