Remove global cache from example

This commit is contained in:
Ritchie Martori 2013-04-10 11:26:06 -07:00
parent 39f457eb12
commit bd44dc5824
1 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,4 @@ app.use(asteroid.configure());
app.use(asteroid.bodyParser());
app.use(asteroid.resources());
app.listen(3000);
process.memory_store_cache = {};
app.listen(3000);