Skip to content

Commit

Permalink
node: use @aryaskov/mmap-io
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Jun 24, 2024
1 parent 825df13 commit 08ddc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/node/blocklists.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as path from "node:path";
import * as bufutil from "../../commons/bufutil.js";
import * as envutil from "../../commons/envutil.js";
import * as cfg from "../../core/cfg.js";
import mmap from "mmap-utils";
import mmap from "@riaskov/mmap-io";

const blocklistsDir = "./blocklists__";
const tdFile = "td.txt";
Expand Down

0 comments on commit 08ddc4a

Please sign in to comment.