Skip to content

Commit 65c6adf

Browse files
committed
update static/search.js
1 parent 264840f commit 65c6adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
};
171171
</script>
172172
<script src="/static/docsify.js?v=20211206"></script>
173-
<script src="/static/search.js?v=20211221"></script>
173+
<script src="/static/search.js?v=20250217"></script>
174174
<script src="/static/preview.min.js?v=1586316635415"></script>
175175
<script src="/static/emoji.js"></script>
176176
<script src="/static/external-script.js"></script>

static/search.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@
818818
noData: 'No Results!',
819819
paths: 'auto',
820820
depth: 2,
821-
maxAge: 86400000 // 1 day
821+
maxAge: 60000 // 1 day
822822
};
823823

824824
/**

0 commit comments

Comments
 (0)