Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

휴지통 비우는 루틴 최적화 #628

Closed
textcube-dev opened this issue Sep 24, 2012 · 0 comments
Closed

휴지통 비우는 루틴 최적화 #628

textcube-dev opened this issue Sep 24, 2012 · 0 comments

Comments

@textcube-dev
Copy link
Contributor

개요

  • 현재 휴지통 비우는 기준이 하루 한 번이다. 그런데 다중 사용자의 모든 스팸을 전체 삭제 하고 있으면서도 블로그마다 하루를 따지기 때문에 사용자 수가 늘어날 수록 스팸 비우는 횟수가 마구 늘어난다.
  • 전체적으로 스팸 클린을 하루에 한 번으로 조정.
  • 이슈 등록시간: 2007-08-21T14:10:20
  • 마지막 수정시간: 2007-08-21T14:30:04
Comment 1 by inureyes at 2007-08-21T14:17:04
aefce2d
  • 휴지통 지움 판별을 blogSetting에서 serviceSetting으로 옮김.
  • Notice 캐싱 여부를 24시간에 1번에서 12시간에 1번으로 갱신 주기 조정
Comment 2 by inureyes at 2007-08-21T14:17:36
1302d74
  • 휴지통을 비울 때 자신의 휴지통만 비우도록 조정.
Comment 3 by inureyes at 2007-08-21T14:30:04
b4e9862
  • xml을 초기화 없이 사용하는 플러그인들이 문제가 있을 수 있는 부분 수정
  • 인덴테이션 수정
@ghost ghost assigned inureyes Sep 24, 2012
inureyes added a commit that referenced this issue Mar 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants