Skip to content

Use label from resource-pool#1

Merged
arybczak merged 3 commits intomasterfrom
pool-label
May 28, 2025
Merged

Use label from resource-pool#1
arybczak merged 3 commits intomasterfrom
pool-label

Conversation

@arybczak
Copy link
Copy Markdown

No description provided.

Comment thread src/Database/Redis/Connection.hs Outdated
connect cInfo@ConnInfo{..} = NonClusteredConnection connectLabel <$>
newPool (setNumStripes connectNumStripes $ defaultPoolConfig (createConnection cInfo) PP.disconnect (realToFrac connectMaxIdleTime) connectMaxConnections)
connect cInfo@ConnInfo{..} = NonClusteredConnection <$>
newPool (setPoolLabel connectPoolLabel $ setNumStripes connectNumStripes $ defaultPoolConfig (createConnection cInfo) PP.disconnect (realToFrac connectMaxIdleTime) connectMaxConnections)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace $ with . maybe?

@arybczak arybczak merged commit 23a3d34 into master May 28, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants