Skip to content

Commit

Permalink
bump constants for public testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Oct 10, 2023
1 parent 04b6105 commit 3a436a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixing/mixclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ import (
var _ = spew.Dump // XXX

// const epoch = 10 * time.Minute
const epoch = 20 * time.Second // XXX
const epoch = 2 * time.Minute

// MinPeers is the minimum number of peers required for a mix run to proceed.
const MinPeers = 2 // XXX increase
const MinPeers = 3

// Wallet signs mix transactions and listens for and broadcasts mixing
// protocol messages.
Expand Down

0 comments on commit 3a436a0

Please sign in to comment.