# -> (19:36) From Derek [when there's a whip...], to lily-dev:
# - both number of discussions allowed and size of review buffer are easily
# - changable, since they're both variable settings. For some reason, neither
# - seems to be in $set, however. To change # of discs, @eval $player.max_obj=
# - number. To set the review buffer size, @eval $review_mgr.bufferMax=<numb
# - er>. I think.
#
# -> (21:29) From Coke [@home][no more puke?], to lily-dev:
# - and feel free to /submit anything you like. I think that $set2 on devCore
# - was halfway through a major cleanup, not sure if I added in those items
# - you mentioned.
#
# -> (21:33) From Laid Off Wakko [@home][dinner], to lily-dev:
# - (from Derek's comment earlier) How do I see the values of $player.max_obj?
#
# -> (21:34) From Coke [@home][no more puke?], to lily-dev:
# - to see a value, simply eval it.
#
# -> (21:34) From Coke [@home][no more puke?], to lily-dev:
# - @eval $player.max_obj
#
# -> (21:34) From Coke [@home][no more puke?], to lily-dev:
# - (which, on this core, is 5. whee)
#
# -> (22:58) From Achorrath [Grandiose Ankh of Joy], to lily-dev:
# - When you asked to change how long events are kept in a discussion's
# - review, were you asking about raw number or events, or the time limit on
# - events in a discussion?
#
# -> (22:59) From Laid Off Wakko [@home][dinner], to lily-dev:
# - Is there a difference? What determines how much texh shows up if I type
# - "/review lily-dev"
#
# -> (23:00) From Sour Nomaded [buffy][sodden sex slave], to lily-dev:
# - there's /set review
#
# -> (23:03) From Achorrath [Grandiose Ankh of Joy], to lily-dev:
# - There is a maximum number of events for a review that can be set globally
# - with '$set review max' on new cores, or with @eval $review_mgr.bufferMax =
# - {number} on older cores.
#
# -> (23:03) From Laid Off Wakko [@home][dinner], to lily-dev:
# - Is /set review a user-level setting, or a server-level? It looks to be a
# - server level/
#
# -> (23:04) From Nautilus [->nap][headache.], to lily-dev:
# - "/set review" is a user-level command
#
# -> (23:04) From Achorrath [Grandiose Ankh of Joy], to lily-dev:
# - Additionally, events are expired from discussion reviews after two weeks.
# - This can be set with @eval $disc_review_mgr.timelimit = {seconds}.
#
# -> (23:04) From Nautilus [->nap][headache.], to lily-dev:
# - If I recall correctly, "$set" is the system-level set ocmmand.
#
# -> (23:05) From Achorrath [Grandiose Ankh of Joy], to lily-dev:
# - A user cannot increase the max using /set beyond the max an administrator
# - has chosen with $set.
#
# -> (23:06) From Laid Off Wakko [@home][dinner], to lily-dev:
# - Ok. Does time enter into the equation at all? I didn't think it did--I
# - thought it was all # of events.
#
# -> (23:07) From Achorrath [Grandiose Ankh of Joy], to lily-dev:
# - Time enters the equation for discussions, but not for personal review
# - buffers.
#
# -> (23:07) From Laid Off Wakko [@home][dinner], to lily-dev:
# - Ok. How long are events in a discussion held?
#
# -> (23:07) From Achorrath [Grandiose Ankh of Joy], to lily-dev:
# - Two weeks, by default.
#
# -> (23:08) From Laid Off Wakko [@home][dinner], to lily-dev:
# - Assuming they haven't exceeded the length of the review buffer.
#
# -> (23:08) From Achorrath [Grandiose Ankh of Joy], to lily-dev:
# - (For example: /rev 6degrees)
#
# -> (23:11) From Laid Off Wakko [@home][dinner], to lily-dev:
# - And if the number of events in a discussion exceeds $review_mgr.bufferMax,
# - they get ditched even if $disc_review_mgr.timelimit hasn't been exceeded,
# - right?
#
# -> (23:11) From Achorrath [Grandiose Ankh of Joy], to lily-dev:
# - Right.
packy@dardan.com
-- CoKe - 08 Aug 2003
|