equal
deleted
inserted
replaced
236 -- "SSH connection timeout (seconds)" |
236 -- "SSH connection timeout (seconds)" |
237 |
237 |
238 option ssh_alive_interval : real = 30 |
238 option ssh_alive_interval : real = 30 |
239 -- "time interval to keep SSH server connection alive (seconds)" |
239 -- "time interval to keep SSH server connection alive (seconds)" |
240 |
240 |
|
241 option ssh_alive_count_max : int = 3 |
|
242 -- "maximum number of messages to keep SSH server connection alive" |
|
243 |
241 |
244 |
242 section "Build Log Database" |
245 section "Build Log Database" |
243 |
246 |
244 option build_log_database_user : string = "" |
247 option build_log_database_user : string = "" |
245 option build_log_database_password : string = "" |
248 option build_log_database_password : string = "" |