legacy-knowledge-base
公開されました Jul. 2, 2025

アセットパブリッシャーポートレットのメールトリガー間隔を設定する場所

written-by

Sivakumar Perumal

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • Liferayは、 AssetPublisherポートレットのサブスクライブされたユーザーに 24時間 に1回メールを送信します。 同じように変えるには?

Environment

  • Liferay DXP 7.0

解決策

  • Liferayポータルは定期的に新しいアセットをチェックし、購読しているユーザーに新しいアセットを知らせるメールを送信します。 デフォルトでは、 Liferayはこのチェックを24時間ごとに行います。 、このjarファイル(com.liferay.asset.publisher.web.jar)の portlet.properties に定義されており、以下のパスで見つけることが可能です。
    {Liferay_home}/osgi/marketplace/Liferay Web Experience.lpkg/com.liferay.asset.publisher.web.jar/portlet.properties
    #
    # Set the interval in hours on how often CheckAssetEntryMessageListener will run
    # to check for new assets. Users will be notified via email of new assets.
    #
    check.interval=24
    portlet-ext.properties(このプロパティファイルは {Liferay_HOME}/tomcat-8.0.32/webapps/ROOT/WEB-INF/classesの中に置く必要があります) で上書きすることができます。 私たちが提供できる最小の価値は1時間であり、このような製品設計になっています。
  • ポータルの再起動が必要なため、アプリケーションのダウンタイムに上記の活動を実施してください。
did-this-article-resolve-your-issue

legacy-knowledge-base