mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Deploy code docs to GitHub Pages for workflow run 3402
Commit: bf0e8391ce
This commit is contained in:
@@ -556,7 +556,7 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> <span class="keywordflow">foreach</span> (var lockManager <span class="keywordflow">in</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dmb_factory.html#a96ae187b3b424ac18b383e15b4cae25f">jobLockManagers</a>.Values)</div>
|
||||
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span> lockManager.LogLockStats(builder);</div>
|
||||
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span> </div>
|
||||
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dmb_factory.html#a71b829b7913fed5b414e4e6875f8819d">logger</a>.LogDebug(<span class="stringliteral">"Periodic deployment log states report (R.e. Issue #1779):{newLine}{report}"</span>, Environment.NewLine, builder); <span class="comment">// TODO: Reduce to trace once #1779 is fixed</span></div>
|
||||
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dmb_factory.html#a71b829b7913fed5b414e4e6875f8819d">logger</a>.LogTrace(<span class="stringliteral">"Periodic deployment log states report:{newLine}{report}"</span>, Environment.NewLine, builder);</div>
|
||||
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"> 536</span> </div>
|
||||
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"> 537</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dmb_factory.html#a3cc0e637c3845bf667edb6cef655812d">asyncDelayer</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_i_async_delayer.html#aeb604334bd297d47506dc23e0d115977">Delay</a>(TimeSpan.FromMinutes(10), cancellationToken);</div>
|
||||
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> }</div>
|
||||
|
||||
+1
-1
@@ -1508,7 +1508,7 @@ Here is the caller graph for this function:</div>
|
||||
<div class="line"><span class="lineno"> 532</span> <span class="keywordflow">foreach</span> (var lockManager <span class="keywordflow">in</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dmb_factory.html#a96ae187b3b424ac18b383e15b4cae25f">jobLockManagers</a>.Values)</div>
|
||||
<div class="line"><span class="lineno"> 533</span> lockManager.LogLockStats(builder);</div>
|
||||
<div class="line"><span class="lineno"> 534</span> </div>
|
||||
<div class="line"><span class="lineno"> 535</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dmb_factory.html#a71b829b7913fed5b414e4e6875f8819d">logger</a>.LogDebug(<span class="stringliteral">"Periodic deployment log states report (R.e. Issue #1779):{newLine}{report}"</span>, Environment.NewLine, builder); <span class="comment">// TODO: Reduce to trace once #1779 is fixed</span></div>
|
||||
<div class="line"><span class="lineno"> 535</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dmb_factory.html#a71b829b7913fed5b414e4e6875f8819d">logger</a>.LogTrace(<span class="stringliteral">"Periodic deployment log states report:{newLine}{report}"</span>, Environment.NewLine, builder);</div>
|
||||
<div class="line"><span class="lineno"> 536</span> </div>
|
||||
<div class="line"><span class="lineno"> 537</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dmb_factory.html#a3cc0e637c3845bf667edb6cef655812d">asyncDelayer</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_i_async_delayer.html#aeb604334bd297d47506dc23e0d115977">Delay</a>(TimeSpan.FromMinutes(10), cancellationToken);</div>
|
||||
<div class="line"><span class="lineno"> 538</span> }</div>
|
||||
|
||||
Reference in New Issue
Block a user