Configuration : configTICK_RATE_HZ

The highest possible tick frequency will be the frequency at which all processing time is spent inside the tick interrupt handler. The lowest possible tick frequency depends on the timer you use to create the tick interrupt. For example, if it is a 64-bit timer clocked slowly it could be months, if it is an 8-bit timer clocked quickly it could be miliseconds.

Why do you want the tick rate to be greater than a second? 100ms would be typical. Your question makes me think either you don’t understand what the parameter does, or you don’t understand how to use the tick time.