src code

instance property Game#maxFrameSkips

Game#maxFrameSkips → Number

Read and write. The maximum allowed number of times Game#update may be called in between Game#render calls if the game's demand is more than current harware is capable of.

The default value is 5 (five).