Software /
code /
prosody
File
spec/util_poll_spec.lua @ 10655:ee6c12264420 0.11
mod_storage_sql: Move update limit check back one step, fixes traceback
0c00274528a4 moved it one step too far, so the check was performed
before connecting to the database instead of after.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 22 Feb 2020 16:23:43 +0100 |
parent | 9316:4aa522b9e1c4 |
child | 12400:728d1c1dc7db |
line wrap: on
line source
describe("util.poll", function () it("loads", function () require "util.poll" end); end);