mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
FEATURE-731: reducing some of the logic, the upload form automatically takes the most recent.
This commit is contained in:
parent
1d0bdf23c1
commit
099813b5b6
4 changed files with 9 additions and 15 deletions
|
@ -39,7 +39,7 @@ namespace GreenshotJiraPlugin
|
|||
{
|
||||
_jiraApi = jiraApi;
|
||||
// Set the expire timeout to an hour
|
||||
ExpireTimeSpan = TimeSpan.FromHours(1);
|
||||
ExpireTimeSpan = TimeSpan.FromHours(4);
|
||||
}
|
||||
|
||||
protected override string CreateKey(IssueType keyObject)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue