sqlitePorter.importJsonToDb fails because of limit JSON records

Hello team,
How to set batchInsertSize when importing data in sqlite from Json data structre.
My issue is that I need to import more than 250 record in batch and it fails.
What do you recommend me ?