Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Update expiry to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t authored Sep 14, 2021
1 parent d195f30 commit 71cb957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
DefaultConfigFile = DefaultConfigDir + "invoicer.conf"
DefaultLogFile = DefaultConfigDir + "invoicer.log"

DefaultInvoiceExpiry = 180
DefaultInvoiceExpiry = 3600
MaxInvoiceDescLen = 639
)

Expand Down

0 comments on commit 71cb957

Please sign in to comment.