1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

chore: rename dbfs prefix

This commit is contained in:
Jason Song
2022-12-06 16:13:29 +08:00
parent da51e18cc0
commit 4142218088

View File

@@ -22,7 +22,7 @@ import (
const ( const (
MaxLineSize = 64 * 1024 MaxLineSize = 64 * 1024
DBFSPrefix = "actions_tasks/" DBFSPrefix = "actions_log/"
timeFormat = "2006-01-02T15:04:05.0000000Z07:00" timeFormat = "2006-01-02T15:04:05.0000000Z07:00"
defaultBufSize = 64 * 1024 defaultBufSize = 64 * 1024