Skip to content

Commit

Permalink
Changed maxconns to maxconnections to be backward compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
michael_andrews committed Aug 1, 2007
1 parent eaa0936 commit 356e845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/config/base.tcl
@@ -1,5 +1,5 @@
#
# $Header: /Users/dossy/Desktop/cvs/aolserver/examples/config/base.tcl,v 1.3 2007/06/13 19:42:12 michael_andrews Exp $
# $Header: /Users/dossy/Desktop/cvs/aolserver/examples/config/base.tcl,v 1.4 2007/08/01 21:35:26 michael_andrews Exp $
# $Name: $
#
# base.tcl --
Expand Down Expand Up @@ -54,7 +54,7 @@ ns_section "ns/server/server1"
ns_param pageroot $pageRoot
ns_param maxthreads 20
ns_param minthreads 5
ns_param maxconns 20
ns_param maxconnections 20
ns_param urlcharset "utf-8"
ns_param outputcharset "utf-8"
ns_param inputcharset "utf-8"
Expand Down

0 comments on commit 356e845

Please sign in to comment.