These docs are for an old release. Info on upgrading to v4
edit doc

eventRenderWait 3.1

The amount of milliseconds to wait after an operation, before rendering events.

Integer / null (turned off, the default)

When this value is specified as a millisecond number value, the calendar will begin to wait after any operation that might result in an event rerendering, such as renderEvent and updateEvent. After this time has passed, the calendar will render all events together. This reduces the number of rerenders, for performance reasons.

This setting is experimental. It is turned off by default.