diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-06-16 14:41:40 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-06-16 14:41:40 +0000 |
commit | fdc74732b64010ac1ae4cc3471518516e3593fb2 (patch) | |
tree | eb4f1fc39b7012872a2da9ee2be79810bfaaa63c /cpp | |
parent | Fixed bug 1002, 1077. (diff) | |
download | ice-fdc74732b64010ac1ae4cc3471518516e3593fb2.tar.bz2 ice-fdc74732b64010ac1ae4cc3471518516e3593fb2.tar.xz ice-fdc74732b64010ac1ae4cc3471518516e3593fb2.zip |
Put byte sequence size back to waht it was before
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/Throughput.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/Throughput.ice b/cpp/demo/Ice/throughput/Throughput.ice index 8aaa42c906d..57cbff4b029 100644 --- a/cpp/demo/Ice/throughput/Throughput.ice +++ b/cpp/demo/Ice/throughput/Throughput.ice @@ -14,7 +14,7 @@ module Demo { sequence<byte> ByteSeq; -const int ByteSeqSize = 50000; +const int ByteSeqSize = 500000; sequence<string> StringSeq; const int StringSeqSize = 50000; |