mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 23:31:18 +08:00
DEV: Bump rubocop_discourse (#29608)
This commit is contained in:

committed by
GitHub

parent
ff494f2f94
commit
57f4176b57
@ -7,7 +7,7 @@ require File.expand_path(File.dirname(__FILE__) + "/base.rb")
|
||||
|
||||
class ImportScripts::JsonGeneric < ImportScripts::Base
|
||||
JSON_FILE_PATH = ENV["JSON_FILE"]
|
||||
BATCH_SIZE ||= 1000
|
||||
BATCH_SIZE = 1000
|
||||
|
||||
def initialize
|
||||
super
|
||||
|
Reference in New Issue
Block a user