소스 검색

[docker] Switch to gunicorn sync

Cherrypy here is too old to work with Python 3
Romain Rigaux 4 년 전
부모
커밋
d33b19113f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/docker/hue/conf3/z-hue-overrides.ini

+ 1 - 1
tools/docker/hue/conf3/z-hue-overrides.ini

@@ -22,7 +22,7 @@
   app_blacklist=search,hbase,security
 
   # Use gunicorn or not
-  use_cherrypy_server=true
+  use_cherrypy_server=false
 
   # Gunicorn work class: gevent or evenlet, gthread or sync.
   gunicorn_work_class=sync