probably you mean the mysql variables delayed_insert_limit/timeout
this is what mysql documentation says:
-delayed_insert_limit - After inserting delayed_insert_limit rows, the INSERT DELAYED handler will check if there are any SELECT statements pending. If so, it allows these to execute before continuing.
- delayed_insert_timeout - How long a INSERT DELAYED thread should wait for INSERT statements before terminating.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.