ConfigSystemSetting.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "AppMaxRunningCount" : 5,
  3. "AppserviceMaxDataSize" : 1048576000,
  4. "AttrSyncForceUpdateTime" : 7,
  5. "CDNBaseURL" : "https://res.servicewechat.com/weapp",
  6. "DeadThreadBanDuration" : 1800,
  7. "DeadThreadMaxTimeToLive" : 30,
  8. "DownloadFileSizeLimit" : 2048,
  9. "GameDownloadFileSizeLimit" : 2048,
  10. "GameMaxRunningCount" : 1,
  11. "GamePerfCollectInterval" : 60,
  12. "GamePerfCollectSamplePercentage" : "0.001",
  13. "HTTPSetting" : {
  14. "DownloadMaxTimeoutMS" : 60000,
  15. "HTTPHeaderMode" : "BlackList",
  16. "HTTPHeaderReferer" : "servicewechat.com",
  17. "HeaderBlackList" : [
  18. "User-Agent"
  19. ],
  20. "HeaderWhiteList" : [],
  21. "RequestMaxTimeoutMS" : 60000,
  22. "UploadMaxTimeoutMS" : 60000,
  23. "WebsocketMaxTimeoutMS" : 60000
  24. },
  25. "MaxGlobalStorageItemSize" : 10485760,
  26. "MaxGlobalStorageSize" : 209715200,
  27. "MaxLocalStorageItemSize" : 10485760,
  28. "NativeBufferQueueLimitByte" : 314572800,
  29. "NativeBufferSizeLimitByte" : 104857600,
  30. "PackageManager" : {
  31. "CheckInterval" : 86400,
  32. "ClientStorageMinMB" : 256,
  33. "ClientStoragePercent" : 5,
  34. "WithoutContactClearSeconds" : 864000
  35. },
  36. "PreDownloadUserNameBlackList" : [
  37. "gh_ae37ddc31cfa@app"
  38. ],
  39. "StarNumberLimitation" : 50,
  40. "SubContextImgDomain" : [
  41. "https://wx.qlogo.cn/",
  42. "https://thirdwx.qlogo.cn/"
  43. ],
  44. "SuppendCheckUpdateInterval" : 300,
  45. "SyncLaunchSceneList" : [
  46. 1037,
  47. 1055,
  48. 1099
  49. ],
  50. "SyncVersionSetting" : {
  51. "PullVersionInterval" : 21600,
  52. "PullVersionMaxCount" : 1000,
  53. "PullVersionMaxCountPerRequest" : 50,
  54. "PullVersionWxaUsageLastInterval" : 2592000
  55. },
  56. "TaskBar" : {
  57. "NewTaskBarRecentsItemCountLimitation" : 12
  58. },
  59. "TempFileSizeLimitTotal" : 300,
  60. "WeUseRecallInterval" : 86400,
  61. "WidgetDrawMinInterval" : 4500,
  62. "WidgetImageFlowLimitDuration" : 1800,
  63. "WidgetImageFlowLimitMaxSize" : 307200
  64. }