Skip to content

Commit

Permalink
remove comment and update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Mar 16, 2019
1 parent 191fac3 commit fce248f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class Server {
log.http(`Rendergun started on port ${config.port}.`);
});

this.httpServer.keepAliveTimeout = this.httpServer.timeout - 15000; //15 seconds less than timeout
this.httpServer.keepAliveTimeout = this.httpServer.timeout - 15000;
}

public close() {
Expand Down

0 comments on commit fce248f

Please sign in to comment.