Sha256: 8865aab63433d9787954450bd33ca1d1e2aa77444875b78124189ae7787ca641
Contents?: true
Size: 427 Bytes
Versions: 69
Compression:
Stored size: 427 Bytes
Contents
module Vx module Builder class ScriptBuilder class Timeouts < Base def call(env) if tm = env.source.vexor.read_timeout env.init << "echo Vexor: set read timeout to #{tm} seconds" end if tm = env.source.vexor.timeout env.init << "echo Vexor: set timeout to #{tm} seconds" end app.call(env) end end end end end
Version data entries
69 entries across 69 versions & 1 rubygems