File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,7 @@ const Markdown = {
136136 Markdown . _externalImageCache = cacheCreate ( {
137137 name : 'markdown.externalImageCache' ,
138138 max : parseInt ( _self . config . probeCacheSize , 10 ) || 256 ,
139- length : function ( ) { return 1 ; } ,
140- maxAge : 1000 * 60 * 60 * 24 , // 1 day
139+ ttl : 1000 * 60 * 60 * 24 , // 1 day
141140 } ) ;
142141 }
143142 } ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " nodebb-plugin-ws-markdown" ,
3- "version" : " 9.0.11 " ,
3+ "version" : " 10.1.0 " ,
44 "description" : " A Markdown parser for NodeBB" ,
55 "main" : " index.js" ,
66 "repository" : {
4646 "markdown-it-sup" : " ^1.0.0"
4747 },
4848 "nbbpm" : {
49- "compatibility" : " ^2.0 .0"
49+ "compatibility" : " ^2.4 .0"
5050 },
5151 "devDependencies" : {
5252 "@commitlint/cli" : " 16.2.1" ,
You can’t perform that action at this time.
0 commit comments