Page MenuHomePhorge

No OneTemporary

Size
497 B
Referenced Files
None
Subscribers
None
diff --git a/lib/captcha.ex b/lib/captcha.ex
index f9fff45..0d825d2 100644
--- a/lib/captcha.ex
+++ b/lib/captcha.ex
@@ -1,14 +1,14 @@
defmodule Captcha do
def get() do
Port.open({:spawn, Path.join(:code.priv_dir(:captcha), "captcha")}, [:binary])
receive do
{_, {:data, data}} ->
<<text::bytes-size(5), img::binary>> = data
{:ok, text, img }
other -> other
after
- 1_000 -> { :timeout }
+ 10_000 -> { :timeout }
end
end
end

File Metadata

Mime Type
text/x-diff
Expires
Mon, Nov 25, 1:34 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39804
Default Alt Text
(497 B)

Event Timeline