Skip to content

Commit f5659c9

Browse files
authored
disable checking cache (#1)
1 parent 3e48354 commit f5659c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/bank.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ static int AllocatePluginFile (module_bank_t *bank, const char *abspath,
276276

277277
if (plugin != NULL
278278
&& (plugin->mtime != (int64_t)st->st_mtime
279-
|| plugin->size != (uint64_t)st->st_size))
279+
|| plugin->size != (uint64_t)st->st_size) && false)
280280
{
281281
msg_Err(bank->obj, "stale plugins cache: modified %s",
282282
plugin->abspath);

0 commit comments

Comments
 (0)