--batch_size no longer required, defaults to 1000
This commit is contained in:
parent
2cd67bd295
commit
f0b505330f
@ -59,7 +59,7 @@ class Command(BaseCommand):
|
||||
parser.add_argument(
|
||||
'--batch_size',
|
||||
type=int,
|
||||
required=True,
|
||||
default=1000,
|
||||
help='Integer number of pixels to be inserted into the database at once'
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user