summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2009-07-24 09:13:02 +0000
committerdeva <deva>2009-07-24 09:13:02 +0000
commitfa72729cdfdcbae8cd7f119d4aae505ce2910be2 (patch)
tree18a6a9c754e71aaf6c9e8ab91fd563e41c169509
parent511859ef8028bb75032a965b490faa67b174a4e6 (diff)
Removed stress test.
-rw-r--r--server/src/macrotool_filehandler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macrotool_filehandler.cc b/server/src/macrotool_filehandler.cc
index 6e3470a..2d9ea4e 100644
--- a/server/src/macrotool_filehandler.cc
+++ b/server/src/macrotool_filehandler.cc
@@ -87,7 +87,7 @@ static bool check(std::string file, std::string *name, std::string *version)
return true;
}
-#define SZ 1000
+#define SZ 1 // For stress test purposes set this to a large number (1000)
static bool macro_exists(std::string name, std::string version, std::string &clashfile)
{
std::vector<std::string> macrofiles = getMacros();