Skip to content

Commit

Permalink
switching off cache for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danja committed Jun 22, 2012
1 parent a3632a1 commit 260fba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seki.js
Expand Up @@ -82,7 +82,7 @@ var files = {
// Create a node-static server to serve the current directory
//
var file = new (static.Server)(config.wwwDir, {
cache : 7200
cache : false // temp while getting config right
});

// set it running
Expand Down

0 comments on commit 260fba9

Please sign in to comment.