throttled to 10,改大一点试试,不过java我不会

解决方案 »

  1.   

    同意楼上两位说的,这篇博客分析的很好:http://blog.sina.com.cn/s/blog_3fed3a390100h114.html
      

  2.   

    是使用的连接池 大小也有调整
    # Database user
    database.user = root# Database password
    # NOTE: Change this! Root password is not safe!
    #database.password = admindamin
    database.password = admindamin# Minimum amount of database connections that will allways in the pool
    database.connections.min = 50# Maximum amount of DB connections that server can use
    database.connections.max = 100