kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 194 forks source link

Ssr - slightly confusing typo #531

Closed 3210jr closed 8 years ago

3210jr commented 8 years ago

Under the Caching segment of flow-router-ssr, you talk about how CPU intensive rendering react components on the server can be. Your proposed solution is to introduce caching.

In this part you first say "So, FlowRouter by default has a 30 sec cache for all the pages.", then after the code example you say, "Use 0 as timeInMillis to turn off caching. By default, caching is turned off.".

So is the caching time 30 sec by default or is it turned off by default?

arunoda commented 8 years ago

It's turned off. Yeah! Need to change it. I'll do it.