Throttling Ajax Search requests
Throttling Ajax Search requests
StevenRCFox
Posts: 1Questions: 1Answers: 0
Hi,
Just wondering is there a setting for the throttling delay the ajax search requests in version 1.10?
Thanks
Steven
This discussion has been closed.
Answers
Pipelining?
http://datatables.net/examples/server_side/pipeline.html
Pipelining does actually help with search delay since a search will invalidate any queue that the pipeline already has.
The default of 400mS delay when using server-side processing and 0 when using client-side processing is not currently configurable. However there is a github issue with a discussion about adding that ability that you might be interested in.
Allan