Skip to content

Commit 3fa29f3

Browse files
Fix default port close #93
1 parent 621b47d commit 3fa29f3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "1.0.217",
3+
"version": "1.0.218",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

src/drivers/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import tls from 'tls'
66

77
/** Default timeout value for queries */
88
export const DEFAULT_TIMEOUT = 300 * 1000
9+
910
/** Default tls connection port */
10-
export const DEFAULT_PORT = 9960
11+
export const DEFAULT_PORT = 8860
1112

1213
/**
1314
* Configuration for SQLite cloud connection

0 commit comments

Comments
 (0)