• 1.3.9 cf61d7589b

    1.3.9 Stable

    Govindas released this 2022-12-08 20:26:12 +00:00 | 2 commits to master since this release

    • Now shading PostgreSQL driver in skript-db jar, so it can be used after changing driver in config.yml
    • Added max-connection-lifetime option to config.yml, as some users had issues with it being not configurable
    • Re-added thread-pool-size option to config.yml, because some users had problems with too many threads, turns out it wasn't a good idea to make threads unlimited, by default it generates cpu count + 2 as thread pool size, if config option not found, it just uses 10 thread pool size. This option makes 2 thread pools of the same size, one for async execution, another for HikariCP connection pool. (I couldn't find a way to re-use thread pool for both uses)

    If you wish to make use of the new options and have a previous installation of skript-db, delete skript-db folder and restart the server

    Downloads