Add cache expire time to test server
This commit is contained in:
parent
6f39d7849f
commit
7492699543
2 changed files with 8 additions and 0 deletions
|
@ -655,6 +655,7 @@ function startServer() {
|
|||
server.host = host;
|
||||
server.port = options.port;
|
||||
server.root = '..';
|
||||
server.cacheExpirationTime = 3600;
|
||||
server.start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue