Remove redundant line

Amolith created

Change summary

internal/server/silverbullet.md | 1 -
1 file changed, 1 deletion(-)

Detailed changes

internal/server/silverbullet.md 🔗

@@ -102,7 +102,6 @@ end
 ## Notes
 
 - Always `return` values from lua_script because `print()` output is not captured
-- The `X-Timeout` header controls execution timeout (1-21600 seconds, default 120)
 - Use `space.readRef("Page#Header")` to read specific sections
 - Use explicit variable binding in LIQ: `from p = ...` (not bare `from ...`)
 - Namespace your functions: `myPlugin = myPlugin or {}; function myPlugin.doThing() ... end`