Implement server-side timeout setting via environment variable#3
Conversation
|
Just realized I forgot to create the PR! :) |
|
Thanks for taking the time of creating this PR. I'd like to merge this soon as well. Please check if you'd not also get it working on the client side. This PR claims to also allow setting the timeout for the client: practicalmeteor#9 |
|
@SimonSimCity it's not an itch I have at the moment and I can't spare any time to get it working on client side. As it, this does solve the server-side issue, so perhaps we can merge this and also work towards getting it working on client side when someone has the time? |
|
@hexsprite thanks for providing the PR here. I've found some time yesterday to finish this up and test it through. The changes I've added to yours are visible here: d1cd5df The major changes I did was renaming the environment variable to |
|
@SimonSimCity oh nice, that was a handy way of using Meteor.settings to pass data from server to client. |
No description provided.