mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Raise the sqlalchemy pool size limit to 100
This commit is contained in:
		@@ -25,6 +25,7 @@ app.config['SQLALCHEMY_DATABASE_URI'] = config['database-uri']
 | 
				
			|||||||
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False  # Suppress the warning/no need this on for now.
 | 
					app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False  # Suppress the warning/no need this on for now.
 | 
				
			||||||
app.config['RATELIMIT_HEADERS_ENABLED'] = True
 | 
					app.config['RATELIMIT_HEADERS_ENABLED'] = True
 | 
				
			||||||
app.config['SQLALCHEMY_POOL_RECYCLE'] = 250
 | 
					app.config['SQLALCHEMY_POOL_RECYCLE'] = 250
 | 
				
			||||||
 | 
					app.config['SQLALCHEMY_POOL_SIZE'] = 100
 | 
				
			||||||
app.config['RATELIMIT_STORAGE_URL'] = 'keyvalprops://'
 | 
					app.config['RATELIMIT_STORAGE_URL'] = 'keyvalprops://'
 | 
				
			||||||
app.secret_key = config['app-secret']
 | 
					app.secret_key = config['app-secret']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user