Compare commits
2 Commits
d07bc89eea
...
4f62bb7aa7
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f62bb7aa7 | |||
| 7f3870a95b |
@ -760,7 +760,7 @@ const App = {
|
||||
} catch (error) {
|
||||
console.error('Polling error:', error);
|
||||
}
|
||||
}, 3000);
|
||||
}, 10000);
|
||||
},
|
||||
|
||||
updateGenerationStatus(status) {
|
||||
|
||||
@ -9,7 +9,7 @@ use Exception;
|
||||
class DAIClient
|
||||
{
|
||||
private string $apiUrl;
|
||||
private int $timeout = 120;
|
||||
private int $timeout = 600;
|
||||
|
||||
public function __construct(?string $apiUrl = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user