fluxion-ts 0.3.4 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -130,7 +130,7 @@ interface FluxionOptions {
130
130
  /**
131
131
  * Delay in milliseconds for reloading handlers after file changes are detected.
132
132
  *
133
- * Defaults to 300ms.
133
+ * Defaults to 500ms.
134
134
  */
135
135
  reloadDelay?: number;
136
136