Add comment
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 3m12s
Build / build (pull_request) Successful in 3m28s
E2E Tests / test-e2e (pull_request) Successful in 4m43s
Unit Tests / test-unit (pull_request) Successful in 2m27s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 9m20s
SDK Tests / sdk_tests_authority_auctions (pull_request) Successful in 15m5s
SDK Tests / sdk_tests (pull_request) Successful in 19m16s
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 3m12s
Build / build (pull_request) Successful in 3m28s
E2E Tests / test-e2e (pull_request) Successful in 4m43s
Unit Tests / test-unit (pull_request) Successful in 2m27s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 9m20s
SDK Tests / sdk_tests_authority_auctions (pull_request) Successful in 15m5s
SDK Tests / sdk_tests (pull_request) Successful in 19m16s
This commit is contained in:
parent
b237bcd8eb
commit
4a8fe75201
@ -26,7 +26,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// CompletedAuctionDeleteTimeout => Completed auctions are deleted after this timeout (after reveals end time).
|
// CompletedAuctionDeleteTimeout => Completed auctions are deleted after this timeout (after reveals end time).
|
||||||
const CompletedAuctionDeleteTimeout = 365 * 24 * time.Hour
|
const CompletedAuctionDeleteTimeout = 365 * 24 * time.Hour // 1 year
|
||||||
|
|
||||||
type AuctionsIndexes struct {
|
type AuctionsIndexes struct {
|
||||||
Owner *indexes.Multi[string, string, auctiontypes.Auction]
|
Owner *indexes.Multi[string, string, auctiontypes.Auction]
|
||||||
|
Loading…
Reference in New Issue
Block a user