LP#1729610: Fix incorrect param description
[opensrf-equinox.git] / src / perl / lib / OpenSRF / Application / Slooooooow.pm
index bf218ce..7942f1e 100644 (file)
@@ -34,7 +34,7 @@ __PACKAGE__->register_method(
     argc            => 1,
     signature       => {
         params => [
-            {name => "pause", type => "number", desc => "Seconds to sleep, can be fractional"},
+            {name => "pause", type => "int", desc => "Seconds to sleep (integer, default is 1)"},
             {name => "extra", type => "string", desc => "Extra optional parameter used to inflate the payload size"}
         ],
         return => {