From a33fbbf643a52938063779a35167757a2426446e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Sep 2010 16:20:08 +0200 Subject: more testing --- src/result.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/result.cpp b/src/result.cpp index 0994f47..f855a0a 100644 --- a/src/result.cpp +++ b/src/result.cpp @@ -95,7 +95,7 @@ TRY_AGAIN_STEP: /* don't fail if the sqlite file is locked by another writer, try again later */ case SQLITE_BUSY: - sqlitexx_port_sleep( 1 ); +// sqlitexx_port_sleep( 1 ); goto TRY_AGAIN_STEP; default: { -- cgit v1.2.3-54-g00ecf