Skip to content

Commit

Permalink
backend/refacor/cache_config
Browse files Browse the repository at this point in the history
  • Loading branch information
0utkarsh authored and khuzema786 committed Dec 19, 2024
1 parent a6db5a2 commit 90d9a7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/mobility-core/src/Kernel/Types/CacheFlow.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ import Kernel.Storage.Hedis (HedisFlow)
import Kernel.Types.Common
import Kernel.Utils.Dhall

newtype CacheConfig = CacheConfig
{ configsExpTime :: Seconds
data CacheConfig = CacheConfig
{ configsExpTime :: Seconds,
farePolicyExpTime :: Seconds
}
deriving (Generic, FromDhall)

Expand Down

0 comments on commit 90d9a7f

Please sign in to comment.