Skip to content

Commit c33adf0

Browse files
committed
Use unix nano
1 parent e9ba136 commit c33adf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func httpTransfer(c CatalogEntry, t *TransferRequest) (string, error) {
154154
func Store() Decorator {
155155
return func(r Request) Request {
156156
return RequestFunc(func(t *TransferRequest) error {
157-
t.Id = time.Now().Unix()
157+
t.Id = time.Now().UnixNano()
158158
item := &Item{
159159
Value: *t,
160160
priority: t.Priority,

0 commit comments

Comments
 (0)