Command
cl_cq_min_queue
<-1, 0, Positive Numbers>Explore usage, syntax, and examples for the cl_cq_min_queue CS2 developer console command.
cl_cq_min_queue
CS2 Onlycl_cq_min_queue
<-1, 0, Positive Numbers>Controls how the client manages the minimum size of the command queue used for user commands (CUserCmds) in games with a command queue system. Set to -1 to disable the queue, 0 to let the server decide, or a positive number to set a specific minimum size.
Set the minimum size of the command queue: use -1 to disable it, 0 to defer control to the server, or any positive number to specify the desired minimum size.
No
Client
0
cl_cq_min_queue Generator
cl_cq_min_queue
<-1, 0, Positive Numbers>Set the options below to auto-generate your command. When everything looks good, click the Copy button and paste it into your in-game console.
cl_cq_min_queue Examples
cl_cq_min_queue
-1
Disable the command queue entirely.
cl_cq_min_queue
0
Let the server decide the command queue size.
cl_cq_min_queue
10
Set the command queue to have a minimum size of 10.