chore: rename dbfs prefix

This commit is contained in:
Jason Song 2022-12-06 16:13:29 +08:00
parent da51e18cc0
commit 4142218088
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5

View File

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