mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
increase timeout for directory import from 30 seconds to 5 minutes, to fix issue #662
This commit is contained in:
@@ -534,6 +534,7 @@ Sonia.repository.ImportPanel = Ext.extend(Ext.Panel, {
|
||||
var lbox = this.showLoadingBox();
|
||||
Ext.Ajax.request({
|
||||
url: restUrl + 'import/repositories/' + this.repositoryType + '/directory.json',
|
||||
timeout: 300000, // 5min
|
||||
method: 'POST',
|
||||
scope: this,
|
||||
success: function(response){
|
||||
|
||||
Reference in New Issue
Block a user