Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #14 from joelpob/master
Browse files Browse the repository at this point in the history
Get rid of statcache option.
  • Loading branch information
fredemmott committed Dec 10, 2014
2 parents d659496 + f8dc6a4 commit ec9de3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HHVMDaemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ protected function getArguments(): Vector<string> {
'-v', 'Server.Type=fastcgi',
'-v', 'Eval.Jit=1',
'-v', 'AdminServer.Port='.PerfSettings::FastCGIAdminPort(),
'-v', 'Server.StatCache=1',
'-c', __DIR__.'/php.ini',
};
if (count($this->options->hhvmExtraArguments) > 0) {
Expand Down

0 comments on commit ec9de3d

Please sign in to comment.