Index: branches/MwEmbedStandAlone/modules/TimedText/mw.TimedText.js |
— | — | @@ -1167,8 +1167,8 @@ |
1168 | 1168 | var request = { |
1169 | 1169 | 'action': 'parse', |
1170 | 1170 | 'page': titleKey, |
1171 | | - 'smaxage' : 3600, |
1172 | | - 'maxage' : 3600 |
| 1171 | + 'smaxage' : 300, |
| 1172 | + 'maxage' : 300 |
1173 | 1173 | }; |
1174 | 1174 | mw.getJSON( this.apiUrl, request, function( data ) { |
1175 | 1175 | if ( data && data.parse && data.parse.text['*'] ) { |
— | — | @@ -1213,8 +1213,8 @@ |
1214 | 1214 | 'apnamespace' : this.getTimedTextNS(), |
1215 | 1215 | 'aplimit' : 200, |
1216 | 1216 | 'prop':'revisions', |
1217 | | - 'smaxage' : 3600, |
1218 | | - 'maxage' : 3600 |
| 1217 | + 'smaxage' : 300, |
| 1218 | + 'maxage' : 300 |
1219 | 1219 | }; |
1220 | 1220 | mw.getJSON( this.apiUrl, request, function( sourcePages ) { |
1221 | 1221 | // If "timedText" is not a valid namespace try "just" with prefix: |