Skip to content

Commit

Permalink
Deploy code docs to GitHub Pages for workflow run 3402
Browse files Browse the repository at this point in the history
Commit: bf0e839
  • Loading branch information
tgstation-server-ci[bot] committed Oct 15, 2024
1 parent 22ec727 commit 72d5535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _dmb_factory_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
<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">&quot;Periodic deployment log states report (R.e. Issue #1779):{newLine}{report}&quot;</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">&quot;Periodic deployment log states report:{newLine}{report}&quot;</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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a7f569962d99d053d51ce1f51
<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">&quot;Periodic deployment log states report (R.e. Issue #1779):{newLine}{report}&quot;</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">&quot;Periodic deployment log states report:{newLine}{report}&quot;</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>
Expand Down

0 comments on commit 72d5535

Please sign in to comment.