Answers for "typeorm caching queries time limit globally"

0

typeorm caching queries time limit globally

{
    type: "mysql",
    host: "localhost",
    username: "test",
    ...
    cache: {
        duration: 30000 // 30 seconds
    }
}
Posted by: Guest on March-30-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language