Commit 4509db80 authored by Job Vranish's avatar Job Vranish
Browse files

reduced limit of outstanding operations per connection to 10

parent a1e4ee8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#include <time.h>
#include <pthread.h>

#define KINETIC_MAX_OUTSTANDING_OPERATIONS_PER_SESSION (64)
#define KINETIC_MAX_OUTSTANDING_OPERATIONS_PER_SESSION (10)
#define KINETIC_SOCKET_DESCRIPTOR_INVALID (-1)
#define KINETIC_CONNECTION_INITIAL_STATUS_TIMEOUT_SECS (3)
#define KINETIC_OPERATION_TIMEOUT_SECS (20)