Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

typeorm caching queries time limit globally

{
    type: "mysql",
    host: "localhost",
    username: "test",
    ...
    cache: {
        duration: 30000 // 30 seconds
    }
}
Source by typeorm.io #
 
PREVIOUS NEXT
Tagged: #typeorm #caching #queries #time #limit #globally
ADD COMMENT
Topic
Name
1+5 =