mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Increase search debounce for performance reason
This commit is contained in:
parent
b30ecc52f9
commit
c1e6ba1058
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
:class="{ dirty: q }"
|
||||
placeholder="Search"
|
||||
v-model="q"
|
||||
debounce="200"
|
||||
debounce="500"
|
||||
v-koel-focus="showing">
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue