Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/proposal-hold-time
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change the proposal hold time to 28 days
2 changes: 1 addition & 1 deletion services/galley/src/Galley/Cassandra/Proposal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type TTL = Integer

-- | Proposals in the database expire after this timeout in seconds
defaultTTL :: TTL
defaultTTL = 30 * 24 * 60 * 60
defaultTTL = 28 * 24 * 60 * 60

interpretProposalStoreToCassandra ::
Members '[Embed IO, Input ClientState] r =>
Expand Down