Skip to content

Commit 3812da7

Browse files
Kevin Freikevinfrei
authored andcommitted
Took JDevlieghere's wording for the timeout setting
1 parent 443c4d7 commit 3812da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfodProperties.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ let Definition = "symbollocatordebuginfod" in {
99
Desc<"The path where symbol files should be cached. This defaults to LLDB's system cache location.">;
1010
def Timeout : Property<"timeout", "UInt64">,
1111
DefaultUnsignedValue<0>,
12-
Desc<"Timeout (in seconds) for requests made to a DEBUGINFOD server. A value of zero defaults to DEBUGINFOD_TIMEOUT environment variable (or 90 seconds).">;
12+
Desc<"Timeout (in seconds) for requests made to a DEBUGINFOD server. A value of zero means we use the debuginfod default timeout: DEBUGINFOD_TIMEOUT if the environment variable is set and 90 seconds otherwise.">;
1313
}

0 commit comments

Comments
 (0)