]> andersk Git - moira.git/commitdiff
increase size of machine hash table
authormar <mar>
Tue, 23 Nov 1993 17:29:39 +0000 (17:29 +0000)
committermar <mar>
Tue, 23 Nov 1993 17:29:39 +0000 (17:29 +0000)
gen/aliases.dc

index 1326dc7a9dc5a6cf8521fb07f0a963d75aa954b1..a65cff59d31a345069a2708d1eb5dfb0810d8567 100644 (file)
@@ -143,7 +143,7 @@ get_info()
     EXEC SQL SELECT modtime INTO :buf FROM users WHERE USERS_ID = 0;
 
     fprintf(stderr, "Loading machines\n");
-    machines = create_hash(10);
+    machines = create_hash(1000);
 
     EXEC SQL DECLARE m_cursor CURSOR FOR 
       SELECT mach_id, name 
This page took 0.037808 seconds and 5 git commands to generate.