This commit is contained in:
chrislu
2025-12-04 10:40:01 -08:00
parent 39ba19eea6
commit 8d110b29dd
6 changed files with 6 additions and 0 deletions

View File

@@ -223,3 +223,4 @@ jobs:
echo "✓ Successfully copied ${{ matrix.variant }} to Docker Hub"

View File

@@ -90,3 +90,4 @@ jobs:
echo "| testuser | /sftp/testuser | Home directory only |" >> $GITHUB_STEP_SUMMARY
echo "| readonly | /public | Read-only |" >> $GITHUB_STEP_SUMMARY

View File

@@ -89,3 +89,4 @@ To debug test failures:
config.EnableDebug = true
```

View File

@@ -34,3 +34,4 @@
}
]

View File

@@ -204,3 +204,4 @@ func (q *CleanupQueue) OldestAge() time.Duration {
return time.Since(item.queueTime)
}

View File

@@ -368,3 +368,4 @@ func TestCleanupQueue_Concurrent(t *testing.T) {
_ = q.Len()
}