diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-02-28 16:38:48 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-02-28 16:38:48 +0000 |
commit | a0ae541c6a12a8daaa4be9f35b67737a6a7f391c (patch) | |
tree | 9de2a8c7894fe4eee524e004ce8b2338fe79a6b7 /cppe/demo/IceE/throughput/Server.cpp | |
parent | Changed Ice to IceE in title bar. (diff) | |
download | ice-a0ae541c6a12a8daaa4be9f35b67737a6a7f391c.tar.bz2 ice-a0ae541c6a12a8daaa4be9f35b67737a6a7f391c.tar.xz ice-a0ae541c6a12a8daaa4be9f35b67737a6a7f391c.zip |
Added server timeouts
Diffstat (limited to 'cppe/demo/IceE/throughput/Server.cpp')
-rw-r--r-- | cppe/demo/IceE/throughput/Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/demo/IceE/throughput/Server.cpp b/cppe/demo/IceE/throughput/Server.cpp index b33bd0a3eff..0c299cdee82 100644 --- a/cppe/demo/IceE/throughput/Server.cpp +++ b/cppe/demo/IceE/throughput/Server.cpp @@ -44,6 +44,7 @@ main(int argc, char* argv[]) { Ice::PropertiesPtr properties = Ice::createProperties(); properties->load("config"); + properties->setProperty("Ice.Override.Timeout", "100"); communicator = Ice::initializeWithProperties(argc, argv, properties); status = run(argc, argv, communicator); } |