lib/rest-ftp-daemon/launcher.rb in rest-ftp-daemon-0.302.3 vs lib/rest-ftp-daemon/launcher.rb in rest-ftp-daemon-0.304.0
- old
+ new
@@ -1,6 +1,7 @@
module RestFtpDaemon
class Launcher
+ # Class constants
LAUNCHER_PORT_TIMEOUT = 3
LAUNCHER_PORT_LOCALHOST = "127.0.0.1"
class << self