FreeBSD Bugzilla – Attachment 251190 Details for
Bug 279496
ports-mgmt/sccache-overlay: increase server start timeout (fixes spurious compile failures)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
increase server start timeout
patch-src_commands.rs (text/plain), 395 bytes, created by
Alexander Leidinger
on 2024-06-03 12:46:08 UTC
(
hide
)
Description:
increase server start timeout
Filename:
MIME Type:
Creator:
Alexander Leidinger
Created:
2024-06-03 12:46:08 UTC
Size:
395 bytes
patch
obsolete
>--- src/commands.rs.orig 2024-06-03 08:36:26 UTC >+++ src/commands.rs >@@ -46,7 +46,7 @@ pub const DEFAULT_PORT: u16 = 4226; > pub const DEFAULT_PORT: u16 = 4226; > > /// The number of milliseconds to wait for server startup. >-const SERVER_STARTUP_TIMEOUT_MS: u32 = 10000; >+const SERVER_STARTUP_TIMEOUT_MS: u32 = 30000; > > /// Get the port on which the server should listen. > fn get_port() -> u16 {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mikael
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 279496
: 251190