mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
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 commit is contained in:
parent
fc692dc61f
commit
c85836bafc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user