summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/daemon/angelbeats/angelbeats.c2
-rw-r--r--pttbbs/util/angel.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/pttbbs/daemon/angelbeats/angelbeats.c b/pttbbs/daemon/angelbeats/angelbeats.c
index c25248c9..8f35ca80 100644
--- a/pttbbs/daemon/angelbeats/angelbeats.c
+++ b/pttbbs/daemon/angelbeats/angelbeats.c
@@ -53,7 +53,7 @@ static int debug = 0;
// same as expire length
#ifndef ANGELBEATS_INACTIVE_TIME
-#define ANGELBEATS_INACTIVE_TIME ( 120 * DAY_SECONDS )
+#define ANGELBEATS_INACTIVE_TIME ( 180 * DAY_SECONDS )
#endif
// Lower priority for re-assigning masters in given period.
diff --git a/pttbbs/util/angel.c b/pttbbs/util/angel.c
index 8366a7c6..8d58df75 100644
--- a/pttbbs/util/angel.c
+++ b/pttbbs/util/angel.c
@@ -93,7 +93,7 @@ int buildMasterInfo(AngelRecord *rec, int num_recs) {
angel->masters_month++;
if (now - user.timeplayangel < DAY_SECONDS * 90)
angel->masters_quater++;
- if (now - user.timeplayangel < DAY_SECONDS * 120)
+ if (now - user.timeplayangel < DAY_SECONDS * 180)
angel->masters_period++;
}
fclose(fp);
@@ -118,7 +118,7 @@ int generateReport(FILE *fp, AngelRecord *rec, int num_recs, int delete_file) {
fprintf(fp, "瞷ぱㄏΤ %d :\n", num_recs);
fprintf(fp,
- " (计场计 | 7ぱず | 30ぱず | 90ぱず | 120ぱ\n"
+ " (计场计 | 7ぱず | 30ぱず | 90ぱず | 180ぱ\n"
" 臘计(赣琿丁ずΤ肚癳癟倒ヴぱㄏ)\n"
" 猔種ヘ玡臘度参璸Τ癳癟礚猭眔ぱㄏ\n"
" 琌本 - ┮叫皌┾琩挡狦蝶︳)\n");