Index: trunk/ippTasks/replicate.pro
===================================================================
--- trunk/ippTasks/replicate.pro	(revision 19287)
+++ trunk/ippTasks/replicate.pro	(revision 19747)
@@ -6,8 +6,6 @@
 check.globals
 
-$NEB_DB    = nebulous
-$NEB_HOST  = alala
-$NEB_USER  = jhipp
-$NEB_PASS  = jhipp
+# load in the local configuration (NEB_USER, etc.)
+module nebulous.site.pro
 
 $LOGSUBDIR = $LOGDIR/replicate
@@ -71,5 +69,5 @@
   periods      -poll 10
   periods      -exec 1
-  periods      -timeout 500
+  periods      -timeout 1500
   npending     1
 
@@ -81,6 +79,6 @@
       # command does not need to be dynamic, but having it so allows us to adjust the periods
       # so that we dont have to wait 10 minutes for things to start up
-      command neb-admin --host $NEB_HOST --db $NEB_DB --user $NEB_USER --pass $NEB_PASS --pendingreplicate --limit 2000
-      periods      -exec 600
+      command neb-admin --host $NEB_HOST --db $NEB_DB --user $NEB_USER --pass $NEB_PASS --pendingreplicate --limit 7500
+      periods      -exec 1800
 
   end
