Syntax

dbSyncRate(FPS)

Description

This command is used to change the speed at which dbSync updates the screen. You can specify an integer value from 1 to 1000 to set a new maximum rate of updates per second. A rate of zero will allow the program to refresh as fast as the system will allow. A forced sync rate cannot produce an accurate rating as in order to keep the refresh smooth, the code can only work with milliseconds which is not an accurate method of timing. The system is designed to treat smoothness more important than frame rating accuracy.

See Also

dbFastSync, dbSync, dbSyncRate