Skip to content

Commit

Permalink
Turn of static file caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Dzialocha committed Aug 26, 2017
1 parent abb0dda commit 22c0b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import winston from 'winston'
import config from '../common/config'

const DEFAULT_PORT = 3000
const ASSETS_MAX_AGE = 31557600000
const ASSETS_MAX_AGE = 0 //31557600000

// load environment variables
const envVariables = dotenv.config({
Expand Down

0 comments on commit 22c0b2b

Please sign in to comment.