diff --git a/README.md b/README.md index 1d8ec4e..b5001ba 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Even though _**NoSQL**_ is very fast, its complexities are very troublesome for large-scale projects. On the other hand, _**GraphQL**_ shines in client-server connectivity but it has several weaknesses and is somewhat complex, adding another layer of complexity to the project. That’s why we created **LESAN**. -[This video](https://youtu.be/FzMNIGanXSQ) is an introductory tutorial on **Lesan** framework in Farsi language. +This video is an introductory tutorial on **Lesan** framework in Farsi language. # Benchmarks @@ -298,37 +298,6 @@ We handle all relationships between the data and `embed` everything. You can als # Many thanks to those who supported us - - - -
ali davodi |
sorena ganji |
Node Master |
+ Alireza Safaierad |
Erfan Asadi |
diff --git a/src/types/mod.ts b/src/types/mod.ts
index 74938b1..c1aa3ed 100644
--- a/src/types/mod.ts
+++ b/src/types/mod.ts
@@ -123,6 +123,7 @@ export const lesanApi = (
headers: {
...getSetting().headers,
...additionalHeaders,
+ connection: "keep-alive",
},
body: JSON.stringify(body),
});