summaryrefslogtreecommitdiff
path: root/t/maxconns.t
diff options
context:
space:
mode:
Diffstat (limited to 't/maxconns.t')
-rwxr-xr-xt/maxconns.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/maxconns.t b/t/maxconns.t
index d30966a..14b5eae 100755
--- a/t/maxconns.t
+++ b/t/maxconns.t
@@ -1,4 +1,6 @@
#!/usr/bin/perl
+# NOTE: This test never worked. Memcached would ignore maxconns requests lower
+# than the current ulimit. Test needs to be updated.
use strict;
use warnings;
@@ -11,7 +13,7 @@ use MemcachedTest;
# start up a server with 10 maximum connections
-my $server = new_memcached('-c 10');
+my $server = new_memcached('-c 100');
my $sock = $server->sock;
my @sockets;