Browse Source

add to local

stanley-king 8 years ago
parent
commit
3b0e3b1772
2 changed files with 2 additions and 2 deletions
  1. 1 1
      helper/model/goods_summary.php
  2. 1 1
      local_start.sh

+ 1 - 1
helper/model/goods_summary.php

@@ -12,7 +12,7 @@ class goods_summary
     private $goods_commonid;
     private $goods_info;
     private $bundles;
-
+    
     const new_goods_speriod = 10 * 3600 * 24;
     private $mStartTm;
 

+ 1 - 1
local_start.sh

@@ -1,2 +1,2 @@
 #! /bin/sh
-sudo spawn-fcgi -a 127.0.0.1 -p 9100 -F 1 -u _www -g _www -f "php fcgi_run.php"
+sudo spawn-fcgi -a 127.0.0.1 -p 9100 -F 10 -u _www -g _www -f "php fcgi_run.php"