We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464e45d commit 8f8681fCopy full SHA for 8f8681f
1 file changed
src/main/java/com/couchbase/lite/store/SQLiteStore.java
@@ -64,7 +64,6 @@ public class SQLiteStore implements Store, EncryptableStore {
64
65
public static String kDBFilename = "db.sqlite3";
66
67
- private static final int kSQLiteBusyTimeout = 5000; // 5sec - Currently not used - default: 2.5sec
68
private static final int kTransactionMaxRetries = 10;
69
private static final int kTransactionRetryDelay = 50; //50ms
70
0 commit comments