set a default limit

This commit is contained in:
bodea 2005-06-08 07:15:24 +00:00
parent a673137370
commit e0c65e8957

View file

@ -136,7 +136,7 @@ int main(int argc, char *argv[])
int instances = 1;
int fake = 0;
int bad = 0;
int limit = 0;
int limit = 100000;
int o;
while ((o = getopt(argc, argv, "i:n:f:b:l:")) != -1)