smalltalk-matrix/matrix/services/room/build.gradle
Adam Brown e85d7a5ede adding an lru cache and making use of it in the room member cache
- keeps 25 members from 12 rooms in memory to avoid the cache growing infinitely
2022-05-08 18:50:14 +01:00

5 lines
87 B
Groovy

applyMatrixServiceModule(project)
dependencies {
implementation project(":core")
}