mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Make Configure button on web interface incrementally update by default
We should add a way to force index everything. But force indexing should not be the default when user is just trying update content to index
This commit is contained in:
parent
da2de21339
commit
d212298573
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
configure.disabled = true;
|
||||
configure.innerHTML = "Configuring...";
|
||||
const csrfToken = document.cookie.split('; ').find(row => row.startsWith('csrftoken'))?.split('=')[1];
|
||||
fetch('/api/update?force=true&client=web', {
|
||||
fetch('/api/update?&client=web', {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
|
Loading…
Reference in a new issue