def disable_browser_rendering(request): global CONCURRENCY CONCURRENCY = 0 return response.json({'message': 'success'})