Remove pazpar2_sleep (for client lock test)
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 22 Apr 2010 11:45:53 +0000 (13:45 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 22 Apr 2010 11:45:53 +0000 (13:45 +0200)
src/session.c

index 77e4a3e..3034f7e 100644 (file)
@@ -1164,7 +1164,6 @@ int ingest_record(struct client *cl, const char *rec,
         return -1;
     }
     client_unlock(cl);
-    pazpar2_sleep(0.01);
     session_enter(se);
     client_lock(cl);
     if (client_get_session(cl) == se)