Index: /trunk/psLib/src/types/psMetadata.c
===================================================================
--- /trunk/psLib/src/types/psMetadata.c	(revision 6534)
+++ /trunk/psLib/src/types/psMetadata.c	(revision 6535)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-03 00:12:00 $
+ *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-03-07 03:03:33 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -47,4 +47,5 @@
 /** Maximum size of a string */
 #define MAX_STRING_LENGTH 1024
+#define HASH_SIZE 256
 
 /******************************************************************************/
@@ -327,5 +328,5 @@
     // Allocate metadata's internal containers
     list = (psList*) psListAlloc(NULL);
-    hash = (psHash*) psHashAlloc(10);
+    hash = (psHash*) psHashAlloc(HASH_SIZE);
 
     metadata->list = list;
