From: rread Date: Fri, 7 Nov 2003 18:56:51 +0000 (+0000) Subject: i really should make this a compile time option, at least. X-Git-Tag: v1_7_0_51~2^9~190 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3113e0caae4a2c2c9280ab4e5efc858ade6bacc2;p=fs%2Flustre-release.git i really should make this a compile time option, at least. --- 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;