/*
- * Copyright (c) 1996-2002 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1996-2004 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
// amount of time we are allowed to process a catalog search (in ยต secs)
// NOTE - code assumes kMaxMicroSecsInKernel is less than 1,000,000
-// jertodo - what should we set this to?
enum { kMaxMicroSecsInKernel = (1000 * 100) }; // 1 tenth of a second
// btree node scanner buffer size. at 32K we get 8 nodes. this is the size used