mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-29 16:55:30 +02:00
chore: rename dbfs prefix
This commit is contained in:
parent
da51e18cc0
commit
4142218088
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user