From 8bddbddbfc75d76a16fbd75485303c6e6064d60d Mon Sep 17 00:00:00 2001 From: Quorafind Date: Sat, 18 Mar 2023 22:21:26 +0800 Subject: [PATCH] chore: bump version --- src/floatSearchIndex.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/floatSearchIndex.ts b/src/floatSearchIndex.ts index adbec35..e88be59 100644 --- a/src/floatSearchIndex.ts +++ b/src/floatSearchIndex.ts @@ -25,7 +25,7 @@ export default class FloatSearchPlugin extends Plugin { ...this.state, query: "", }; - }, 10000); + }, 30000); } async onload() {