We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbe705 commit c9965c1Copy full SHA for c9965c1
1 file changed
src/DB_Command_SQLite.php
@@ -158,7 +158,7 @@ protected function sqlite_drop() {
158
159
$attempts = 0;
160
$unlinked = false;
161
- while ( $attempts < 10 ) {
+ while ( $attempts < 30 ) {
162
if ( ! file_exists( $db_path ) ) {
163
$unlinked = true;
164
break;
@@ -199,7 +199,7 @@ protected function sqlite_reset() {
199
200
201
202
203
204
205
0 commit comments