mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix typo + ghetto cache invalidate
This commit is contained in:
parent
bdac79fbe5
commit
0d5fd01e8f
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ class CurlWithCache extends Curl
|
|||
|
||||
if ($useCache)
|
||||
{
|
||||
$cacheKey = md5('z' . $url . $method . serialize($options) . serialize($params));
|
||||
$cacheKey = md5('x' . $url . $method . serialize($options) . serialize($params));
|
||||
$cachedData = apc_fetch($cacheKey);
|
||||
if ($cachedData)
|
||||
{
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
<div class="content content-light spacer2">
|
||||
<h4>Roadmap Notes</h4>
|
||||
<p>
|
||||
Our roadmap pulls change note directly from our Git repo via <a href="https://github.com/lbryio/lbry" class="link-primary">GitHub</a>.
|
||||
Ongoing, Upcoming and Future items are pulled directly from our internal project management system (<a href="https://asana.com" class="link-primary">Asana</a>), so they are always up-to-date.
|
||||
Our roadmap pulls change notes directly from our Git repo via <a href="https://github.com/lbryio/lbry" class="link-primary">GitHub</a>.
|
||||
Ongoing, Upcoming and Future items are pulled directly from our internal project management system (<a href="https://asana.com" class="link-primary">Asana</a>).
|
||||
</p>
|
||||
<p>
|
||||
This roadmap only outlines past and anticipated technical changes, it does not cover other initiatives. Development was fast and furious among a small group prior to 0.6, and release notes are sparse.
|
||||
|
|
Loading…
Add table
Reference in a new issue