It's "pool_size". SQLite and GAE disregard it. In theory it can improve your DB performance but it can also degrade performance (if you set it too high, have limited memory or if there is some sort of conflict in your environment).
http://web2py.com/book/default/chapter/06#Connection-Pooling

