diff --git a/core/request.go b/core/request.go index e00ea4e..3d9b0c1 100644 --- a/core/request.go +++ b/core/request.go @@ -157,7 +157,7 @@ func httpTransfer(c CatalogEntry, t *TransferRequest) (string, error) { func Store() Decorator { return func(r Request) Request { return RequestFunc(func(t *TransferRequest) error { - t.Id = time.Now().Unix() + t.Id = time.Now().UnixNano() item := &Item{ Value: *t, priority: t.Priority,