8000 Release Botch v0.9.10-BETA · tiltowait/botch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Botch v0.9.10-BETA

Compare
Choose a tag to compare
@tiltowait tiltowait released this 09 Mar 18:57
· 60 commits to master since this release
7a51dbe

Improved

  • /roll: When using Willpower, the dice readout will have “+ WP” at the end (WoD only).

Fixed

  • An error message wasn’t displayed when using /traits assign and /traits remove with incorrect syntax.
  • /character adjust wouldn’t update the display after using the character selector menu.
  • An empty error message would display if the user allowed a character select menu to expire.

Misc

Converted the character cache to a TTL cache. This cache reduces lookups on the database, which provides speedups. The original implementation retained the cache indefinitely, which was good for speed but caused hosting costs to balloon. With this change, hosting costs are cut by ~75%! This will result in more database lookups, but in testing, the difference in speed is negligible unless you're looking for it.

The TTL is set for 1 hour, with a maximum of 100 users' characters held at a time.

0