Files
streamctl/cmd/streampanel/runtime_android.go
Dmitrii Okunev 1b832f66ef
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
Few fixes as result of a test in the field
2025-06-14 22:04:15 +01:00

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
}