]> andersk Git - moira.git/blobdiff - gen/aliases.dc
Initial revision
[moira.git] / 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.035388 seconds and 4 git commands to generate.