BLOCKS_PER_TICK

const val BLOCKS_PER_TICK: Long = 1

The amount of blocks to process per 'tick' of the mainloop. Note: too high a value will cause the event loop to be blocked, and your interaction to be laggy.