diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-09-24 07:07:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:51 -0500 |
commit | c72afc39f08cca1937cb41d406e66bcc4dbdd80a (patch) | |
tree | 0ec19c01018c4500e550ff1e2792bdd99fb721ca /source4 | |
parent | ddf733fc58f29d7315045d6d886ebebe32fd4ee7 (diff) | |
download | samba-c72afc39f08cca1937cb41d406e66bcc4dbdd80a.tar.gz samba-c72afc39f08cca1937cb41d406e66bcc4dbdd80a.tar.bz2 samba-c72afc39f08cca1937cb41d406e66bcc4dbdd80a.zip |
r10470: solaris8 has a problem with tdbtorture with 3 processes. To see if
this is just a solaris issue this patch changes the default to 3, and
I'll see how many build farm boxes break
(This used to be commit c85836bafc9c042deac2a02ef6fddbfeaa5f47f1)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/tdb/tools/tdbtorture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/tools/tdbtorture.c b/source4/lib/tdb/tools/tdbtorture.c index eded561106..96f8c16dfb 100644 --- a/source4/lib/tdb/tools/tdbtorture.c +++ b/source4/lib/tdb/tools/tdbtorture.c @@ -230,7 +230,7 @@ static void usage(void) int main(int argc, char * const *argv) { int i, seed = -1; - int num_procs = 2; + int num_procs = 3; int num_loops = 5000; int hash_size = 2; int c; |