Skip to content

Commit 8f8681f

Browse files
author
hideki
committed
Applied feedback from @pasin
1 parent 464e45d commit 8f8681f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/couchbase/lite/store/SQLiteStore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public class SQLiteStore implements Store, EncryptableStore {
6464

6565
public static String kDBFilename = "db.sqlite3";
6666

67-
private static final int kSQLiteBusyTimeout = 5000; // 5sec - Currently not used - default: 2.5sec
6867
private static final int kTransactionMaxRetries = 10;
6968
private static final int kTransactionRetryDelay = 50; //50ms
7069

0 commit comments

Comments
 (0)