소스 검색

[SOGo] Minor config changes

andryyy 6 년 전
부모
커밋
e439d52ff2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      data/conf/sogo/sogo.conf

+ 2 - 2
data/conf/sogo/sogo.conf

@@ -37,7 +37,7 @@
     SOGoMailingMechanism = smtp;
     SOGoSMTPAuthenticationType = plain;
 
-    SxVMemLimit = 512;
+    SxVMemLimit = 384;
 
     SOGoMaximumPingInterval = 3540;
 
@@ -50,7 +50,7 @@
     SOGoMaximumSyncResponseSize = 512;
 
     WOWatchDogRequestTimeout = 30;
-    WOListenQueueSize = 512;
+    WOListenQueueSize = 16;
     WONoDetach = YES;
 
     SOGoIMAPAclConformsToIMAPExt = Yes;