setRefreshRate documentation inconsistency between Lua and C

Lua:

"Sets the nominal refresh rate in frames per second. The default is 30 fps, which is a recommended figure that balances animation smoothness with performance and power considerations. Maximum is 50 fps."

C:

"Sets the nominal refresh rate in frames per second. Default is 20 fps, the maximum rate supported by the hardware for full-frame updates."

Lua suggests the Default is 30 but it can go as high as 50.
C suggests the Default is 20, and I assume the tidbit about max rate for full-frame updates means when you touch every pixel?

Consistency and more clarity would be appreciated :slight_smile:

We must not have updated the C doc at the same time as the Lua one, when that change to the default was made. I’ll file a request to fix it. Thanks!