how Increase time to call ServerFilter in webix?

I have huge amount of data when i am doing search its perform very early even my string not complete also when remove the string from filter with backspace only one backspace put filter fire any solution? Please

Take a look. I can easily write a word and Webix waits I’m finish.
https://snippet.webix.com/660liyhq

There’s also - you can try it:
https://docs.webix.com/api__link__ui.datatable_datathrottle_config.html

If nothing above works use:
webix.ui.datafilter.textWaitDelay=5000;
default it’s 500ms, so 5000 will be 5 seconds.

It works 100%, but it’s a hack - you are changing Webix source code.
ServerFilter and TextFilter will be affected by this setting.
https://snippet.webix.com/8usqpotv

thank you so much its Working 100%