From f72e4cd1c3e19870241e8923c4718dc32562a4e1 Mon Sep 17 00:00:00 2001 From: Piotr Skowronek Date: Sat, 7 Oct 2023 23:14:35 +0200 Subject: [PATCH] Added system workaround for network outage #18 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 481cdf8..240f4bc 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ More photos of the assembled e-paper 2.7inch display sitting on top of Raspberry - reboot device to verify if it works - if you needed to modify epaper.service issue this command: ```sudo systemctl daemon-reload``` - logs can be observed in /var/log/syslog: ```sudo tail -f /var/log/syslog | grep run.sh``` +- recommended system change in case of network outage ([see #18](/../../issues/18)) + - add the following line to `/etc/resolv.conf`: `options timeout:2 attempts:1` (only 1 attempt for resolving names with 2s timeout) + *) By default data are being fetched every 10+ minutes so they should comply with developer free accounts limitations