shpasser / GaeSupportL5

Google App Engine Support package for Laravel 5
MIT License
160 stars 27 forks source link

app.yaml #64

Closed digitalhuman closed 7 years ago

digitalhuman commented 8 years ago

Hi,

Maybe its good to add the below parameters to the app.yaml file?

default_expiration: "14d" threadsafe: true

shpasser commented 8 years ago

I think that these options are not really common. Everyone has to decide if his/her app is thread safe. The same reasoning regarding the second parameter too.