1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 09:20:55 +00:00
This commit is contained in:
slene 2013-08-09 14:04:33 +08:00
parent f1e2372a56
commit 402932aa6e

View File

@ -15,7 +15,7 @@ const (
var (
// DebugLevel = Debug_Queries
Debug = true
Debug = false
DebugLog = NewLog(os.Stderr)
DefaultRowsLimit = 1000
DefaultRelsDepth = 5