From 3113e0caae4a2c2c9280ab4e5efc858ade6bacc2 Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 7 Nov 2003 18:56:51 +0000 Subject: [PATCH] i really should make this a compile time option, at least. --- lustre/osc/osc_create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/osc/osc_create.c b/lustre/osc/osc_create.c index 015b2ca..c52ad4b 100644 --- a/lustre/osc/osc_create.c +++ b/lustre/osc/osc_create.c @@ -263,8 +263,8 @@ void oscc_init(struct obd_export *exp) spin_lock_init(&oed->oed_oscc.oscc_lock); oed->oed_oscc.oscc_exp = exp; oed->oed_oscc.oscc_kick_barrier = 100; - oed->oed_oscc.oscc_grow_count = 20; - oed->oed_oscc.oscc_initial_create_count = 20; + oed->oed_oscc.oscc_grow_count = 2000; + oed->oed_oscc.oscc_initial_create_count = 2000; oed->oed_oscc.oscc_next_id = 2; oed->oed_oscc.oscc_last_id = 1; -- 1.8.3.1