v0.48.2 batch size 1000, moving to local instance of MariaDB for slowtwitch db
This commit is contained in:
parent
6c33de940c
commit
93c3c72862
@ -1177,7 +1177,7 @@ class GossamerForumsImporter < ImportScripts::Base
|
|||||||
|
|
||||||
# parent_post_count = parent_post_ids.count
|
# parent_post_count = parent_post_ids.count
|
||||||
#
|
#
|
||||||
batch_size = 1000 # Set our batch size for number of posts to import in a single batch
|
batch_size = 10 # Set our batch size for number of posts to import in a single batch
|
||||||
|
|
||||||
#### current_post_batch = 0 # Set our current batch number. This tracks the current batch of posts being processed.
|
#### current_post_batch = 0 # Set our current batch number. This tracks the current batch of posts being processed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user