mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[PR #880] [CLOSED] Change timeout method #1764
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1764
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm/pull/880
Author: @diskraider
Created: 12/20/2021
Status: ❌ Closed
Base:
develop← Head:patch-1📝 Commits (10+)
3287b4aMerge branch 'develop'081ad3cMerge branch 'develop'29b04eeMerge branch 'develop'4992002Merge branch 'develop'192e418Merge branch 'develop'1f77acdMerge branch 'develop'cf0941cMerge branch 'develop'c2a9685Merge branch 'develop'293f44cRelease 0.1.04d27f2bRelease 0.1.1📊 Changes
2 files changed (+2 additions, -3 deletions)
View changed files
📝
api/tacticalrmm/accounts/management/commands/reset_password.py(+0 -1)📝
scripts/Win_Printer_ClearandRestart.bat(+2 -2)📄 Description
The current timeout results in an error "ERROR: Input redirection is not supported, exiting the process immediately.".
Reusing the ping tool to act as a timeout resolves this error because the batch script is not producing a user interruptable timeout but will still produce a 4-5 second timeout.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.