mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Implement share worker #225
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -4,6 +4,9 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
var Db = sync.Mutex{}
|
||||
|
||||
var Worker = Busy{}
|
||||
var (
|
||||
Db = sync.Mutex{}
|
||||
Worker = Busy{}
|
||||
Sync = Busy{}
|
||||
Share = Busy{}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user