mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-11-03 10:01:05 +08:00
14 lines
225 B
Go
14 lines
225 B
Go
package main
|
|
|
|
import (
|
|
"time"
|
|
|
|
"github.com/xaionaro-go/xpath"
|
|
"github.com/xaionaro-go/xsync"
|
|
)
|
|
|
|
func init() {
|
|
xpath.HomeDirOverride = "/data/user/0/center.dx.streampanel/files"
|
|
xsync.DefaultDeadlockTimeout = time.Hour
|
|
}
|