Flask - Performance Optimization
What is wrong with this Flask snippet for static file caching?
app = Flask(__name__) app.config['SEND_FILE_MAX_AGE_DEFAULT'] = -100
app = Flask(__name__) app.config['SEND_FILE_MAX_AGE_DEFAULT'] = -100
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions