Message ID | 1358801159-18829-14-git-send-email-greearb@candelatech.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/nfs/callback.c b/fs/nfs/callback.c index 5088b57..ceed971 100644 --- a/fs/nfs/callback.c +++ b/fs/nfs/callback.c @@ -335,7 +335,7 @@ static struct svc_serv *nfs_callback_create_svc(int minorversion) /* As there is only one thread we need to over-ride the * default maximum of 80 connections */ - serv->sv_maxconn = 1024; + serv->sv_maxconn = 5000; dprintk("nfs_callback_create_svc: service created\n"); return serv; }