Skip to content

Commit f357caa

Browse files
authored
enable cloud fetch by default (#287)
1 parent 6d6dd8b commit f357caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DBSQLClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default class DBSQLClient extends EventEmitter implements IDBSQLClient, I
8888
retryDelayMin: 1 * 1000, // 1 second
8989
retryDelayMax: 60 * 1000, // 60 seconds (1 minute)
9090

91-
useCloudFetch: false,
91+
useCloudFetch: true, // enabling cloud fetch by default.
9292
cloudFetchConcurrentDownloads: 10,
9393

9494
useLZ4Compression: true,

0 commit comments

Comments
 (0)