AlexGruPerm / ws_ora

web service with cache for oracle db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rewrite WsStat case class

AlexGruPerm opened this issue · comments

We need a constructor with parameters LONG, CNT.
to eliminate code like this

 WsStat(
            currTs, 0,
            new FixedList[CacheGetElm](cfg.getcntHistoryDeep),
            new FixedList[CacheCleanElm](cfg.getcntHistoryDeep),
            new FixedList[ConnStat](cfg.getcntHistoryDeep)
          )

in def refCache

fixed by commit - commit e058ad8