We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4098017 commit a9ae589Copy full SHA for a9ae589
kele.el
@@ -652,8 +652,9 @@ If CONTEXT already has a proxy process active, this function returns the
652
existing process *regardless of the value of PORT*."
653
(-if-let ((&alist context record) (oref manager records))
654
record
655
- (kele--with-progress (format "Starting proxy server process for `%s'..."
656
- context)
+ (kele--with-progress (format "Starting proxy server process for `%s'%s..."
+ context
657
+ (if ephemeral (format " (TTL: %ss)" kele-proxy-ttl) ""))
658
(let* ((selected-port (or port (kele--random-port)))
659
(record (kele--proxy-record-create
660
:process (kele--proxy-process context :port selected-port :wait nil)
0 commit comments