Sha256: 32454f89062b44bff723c3c758ce68d223438c778544f1410810e36775fd0923
Contents?: true
Size: 307 Bytes
Versions: 7
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true module Ftpd class Config # The number of seconds to delay before replying. This is for # testing client timeouts. # Defaults to 0 (no delay). # # Change to this attribute only take effect for new sessions. attr_accessor :response_delay end end
Version data entries
7 entries across 7 versions & 1 rubygems