Explorar o código

fixed: 配置信息

gwang %!s(int64=5) %!d(string=hai) anos
pai
achega
a3654dde93
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Gameserver/Amfphp/main.php

+ 1 - 1
Gameserver/Amfphp/main.php

@@ -19,7 +19,7 @@ defined("ROOTDIR") or define("ROOTDIR", __DIR__);
  * 一种优化方案, 如果部署环境可以支持动态代码生成,将会减少与redis网络通信的次数.
  * @var boolean (部署环境)是否允许代码生成
  */
-define('CodeGen_Enabled', true)
+define('CodeGen_Enabled', false)
         and CodeGen_Enabled
         and define('CodeGen_Folder', ROOTDIR . '/../../CodeGen/');              # 代码生成功能的输出位置