Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 7c66dde

Browse files
committed
No need to fire off another thread for this
1 parent 4d87dbd commit 7c66dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Application/ApplicationManagerBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ private void CaptureRepoSize()
317317

318318
diskUsageTask
319319
.Configure(ProcessManager)
320-
.Then((success, kilobytes) =>
320+
.Finally((success, kilobytes) =>
321321
{
322322
if (success)
323323
{

0 commit comments

Comments
 (0)