Index: trunk/ippTasks/replicate.pro
===================================================================
--- trunk/ippTasks/replicate.pro	(revision 18409)
+++ trunk/ippTasks/replicate.pro	(revision 18462)
@@ -69,7 +69,7 @@
 
   # modify these after the tasks are tested
-  periods      -poll 5
-  periods      -exec 120
-  periods      -timeout 60
+  periods      -poll 10
+  periods      -exec 1
+  periods      -timeout 300
   npending     1
 
@@ -78,6 +78,11 @@
   stderr $LOGSUBDIR/replicate.log
 
-  # command does not need to be dynamic
-  command neb-admin --host $NEB_HOST --db $NEB_DB --user $NEB_USER --pass $NEB_PASS --pendingreplicate --limit 100
+  task.exec
+      # 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
+
+  end
 
   # success
