@@ -1,6 +1,6 @@
#!/bin/sh
set -e
-spawn-fcgi -a 0.0.0.0 -p 9100 -F 32 -f "php /var/www/html/mobile/mobile_run.php"
+spawn-fcgi -a 0.0.0.0 -p 9100 -F 1 -f "php /var/www/html/mobile/mobile_run.php"
time=$(date "+%Y%m%d")
@@ -1,7 +1,5 @@
<?php
-echo('mobile start');
-
define('APP_ID', 'mobile');
define('MOBILE_SERVER',true);
define('SUPPORT_PTHREAD',true);