Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:OpenBankProject/OBP-API into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
simonredfern committed Nov 8, 2023
2 parents e99ea49 + 66de497 commit dd90d1e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import scala.concurrent.duration._
// They are relevant somehow, but they are different data for now. Both data can be get by the following `MapperCounterparties` object.
object MapperCounterparties extends Counterparties with MdcLoggable {

val MetadataTTL = getSecondsCache("getOrCreateMetadata")
// TODO Rewrite caching function
val MetadataTTL = 0 // getSecondsCache("getOrCreateMetadata")

override def getOrCreateMetadata(bankId: BankId, accountId: AccountId, counterpartyId: String, counterpartyName:String): Box[CounterpartyMetadata] = {
/**
Expand Down

0 comments on commit dd90d1e

Please sign in to comment.