We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b3f38 commit 82d72f4Copy full SHA for 82d72f4
2 files changed
example/package.json
@@ -51,11 +51,11 @@
51
"fts5": true,
52
"rtree": true,
53
"crsqlite": false,
54
- "sqliteVec": false,
+ "sqliteVec": true,
55
"performanceMode": true,
56
"tokenizers": [
57
"wordtokenizer",
58
"porter"
59
]
60
}
61
-}
+}
scripts/poll-in-app-server.js
@@ -2,7 +2,7 @@ const http = require('http');
2
3
async function pollInAppServer() {
4
const startTime = Date.now();
5
- const maxDuration = 2 * 60 * 1000; // 3 minutes - tests can take time on CI
+ const maxDuration = 5 * 60 * 1000; // 3 minutes - tests can take time on CI
6
const pollInterval = 5000; //
7
8
// Do an initial ping into the server
0 commit comments