Debug is Bad For Work
2008/09/16 02:27:01 by fred1982
在Appengine上的LOG记录总是提示
This request used a high amount of CPU,
and was roughly 2.1 times over the average request CPU limit.
High CPU requests have a small quota, and if you exceed this quota,
your app will be temporarily disabled.
结果去group看了一下, 才发现主要是应为开启了debug, 难怪. 只有修改一下django的 setting.py 让她自动判断运行环境了.
Sign in to add a comment.


