prim-ctrl 0.7.7__tar.gz → 0.7.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: prim-ctrl
3
- Version: 0.7.7
3
+ Version: 0.7.8
4
4
  Summary: Primitive Ctrl - Remote control of your phone's Primitive FTPd Android SFTP server and optionally Tailscale VPN.
5
5
  License: Apache-2.0
6
6
  Author: Laszlo Magyar
@@ -689,7 +689,7 @@ class LocalTailscale(Manageable):
689
689
  start_result = await super().start(repeat, timeout)
690
690
  if start_result and self.tailscale and self.machine_name:
691
691
  max_last_seen_age = 7200
692
- wait_on_fresh_start = 10
692
+ wait_on_fresh_start = 15
693
693
  difference = datetime.now(timezone.utc).replace(microsecond=0) - device_info.last_seen if device_info.last_seen else None
694
694
  difference_sec = difference.total_seconds() if difference else None
695
695
  if difference_sec is None or difference_sec > max_last_seen_age:
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "prim-ctrl"
3
- version = "0.7.7"
3
+ version = "0.7.8"
4
4
  description = "Primitive Ctrl - Remote control of your phone's Primitive FTPd Android SFTP server and optionally Tailscale VPN."
5
5
  license = "Apache-2.0"
6
6
  authors = ["Laszlo Magyar <lmagyar1973@gmail.com>"]
File without changes
File without changes