diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-09 01:24:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-09 01:24:04 +0000 |
commit | 92c5ef513f0ffd36004ee1348fc61f0f35a3bb9d (patch) | |
tree | 9bbfd8dbbf2cfe0850c5d290706bda6a6b956cb1 /tests/test_config.h | |
parent | 76e6b70b487936c8e1613e28567891a7477e41c9 (diff) | |
download | ATCD-92c5ef513f0ffd36004ee1348fc61f0f35a3bb9d.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/test_config.h')
-rw-r--r-- | tests/test_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_config.h b/tests/test_config.h index cfe6851eec9..5b84917738e 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -153,6 +153,7 @@ const int ACE_MAX_DELAY = 10; const int ACE_MAX_INTERVAL = 0; const int ACE_MAX_ITERATIONS = 10; const int ACE_MAX_PROCESSES = 10; +const int ACE_MAX_CLIENTS = 30; char ACE_ALPHABET[] = "abcdefghijklmnopqrstuvwxyz"; |