JekyllServeSettingsExtensions.

SetLiveReloadMaxDelay(JekyllServeSettings, TimeSpan) Method

Summary

Sets the maximum delay before automatically reloading page.

Syntax

public static JekyllServeSettings SetLiveReloadMaxDelay(this JekyllServeSettings settings, TimeSpan maxDelay)

Parameters

Name Type Description
settings JekyllServeSettings The settings.
maxDelay TimeSpan The maximum delay before automatically reloading page.

Return Value

Type Description
JekyllServeSettings The settings instance with updated with the maxDelay provided.