Skip to content

Commit

Permalink
Optimising copywriting
Browse files Browse the repository at this point in the history
  • Loading branch information
Yrp committed Oct 21, 2021
1 parent 1fa0bee commit 33f24b2
Show file tree
Hide file tree
Showing 8 changed files with 346 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/TRON-US/go-btfs-api v0.3.0
github.com/TRON-US/go-btfs-chunker v0.3.0
github.com/TRON-US/go-btfs-cmds v0.2.13
github.com/TRON-US/go-btfs-config v0.7.1-0.20211019103337-2bfd1e71eae9
github.com/TRON-US/go-btfs-config v0.11.2
github.com/TRON-US/go-btfs-files v0.2.0
github.com/TRON-US/go-btfs-pinner v0.1.1
github.com/TRON-US/go-btns v0.1.1
Expand Down
339 changes: 339 additions & 0 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hostui/js/app.7dc7722f.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hostui/js/app.7dc7722f.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hostui/js/app.dfca71ae.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hostui/js/app.dfca71ae.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spin/contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
hostContractsSyncPeriod = 60 * time.Minute
hostContractsSyncPeriod = 2 * 60 * time.Minute
hostContractsSyncTimeout = 10 * time.Minute
)

Expand Down
2 changes: 1 addition & 1 deletion spin/tron.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
bttTxSyncPeriod = 3 * time.Minute
bttTxSyncPeriod = 60 * time.Minute
bttTxSyncTimeout = 1 * time.Minute
)

Expand Down

0 comments on commit 33f24b2

Please sign in to comment.